Parcourir la source

Chibios: Remove the wait in the main loop.

master
flabbergast il y a 8 ans
Parent
révision
41f5be3b7a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      tmk_core/protocol/chibios/main.c

+ 0
- 1
tmk_core/protocol/chibios/main.c Voir le fichier

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

keyboard_task();
chThdSleepMilliseconds(5);
}
}