From: flabbergast Date: Sat, 14 Nov 2015 09:17:01 +0000 (+0000) Subject: Chibios: Remove the wait in the main loop. X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=41f5be3b7a145b71fdb14f6a6912d7fec874e515;p=max%2Ftmk_keyboard.git Chibios: Remove the wait in the main loop. --- diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index 9607f1a9..b62cfa9c 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c @@ -135,6 +135,5 @@ int main(void) { } keyboard_task(); - chThdSleepMilliseconds(5); } }