Browse Source

update for infinity

Jack Humbert 8 năm trước cách đây
mục cha
commit
2e34d4bd85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      keyboards/ergodox/keymaps/guni/keymap.c

+ 1 - 1
keyboards/ergodox/keymaps/guni/keymap.c

@@ -170,7 +170,7 @@ void action_function(keyrecord_t *event, uint8_t id, uint8_t opt)
     if (id == TEENSY_KEY) {
         clear_keyboard();
         print("\n\nJump to bootloader... ");
-        _delay_ms(250);
+        wait_ms(250);
         bootloader_jump(); // should not return
         print("not supported.\n");
     }