Quellcode durchsuchen

Chibios: Remove the wait in the main loop.

master
flabbergast vor 8 Jahren
Ursprung
Commit
41f5be3b7a
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0
    1
      tmk_core/protocol/chibios/main.c

+ 0
- 1
tmk_core/protocol/chibios/main.c Datei anzeigen

@@ -135,6 +135,5 @@ int main(void) {
}

keyboard_task();
chThdSleepMilliseconds(5);
}
}