Преглед изворни кода

Chibios: Remove the wait in the main loop.

master
flabbergast пре 8 година
родитељ
комит
41f5be3b7a
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0
    1
      tmk_core/protocol/chibios/main.c

+ 0
- 1
tmk_core/protocol/chibios/main.c Прегледај датотеку

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

keyboard_task();
chThdSleepMilliseconds(5);
}
}