Bläddra i källkod

Chibios: Remove the wait in the main loop.

master
flabbergast 8 år sedan
förälder
incheckning
41f5be3b7a
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0
    1
      tmk_core/protocol/chibios/main.c

+ 0
- 1
tmk_core/protocol/chibios/main.c Visa fil

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

keyboard_task();
chThdSleepMilliseconds(5);
}
}