]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Chibios: Remove the wait in the main loop.
authorflabbergast <s3+flabbergast@sdfeu.org>
Sat, 14 Nov 2015 09:17:01 +0000 (09:17 +0000)
committerflabbergast <s3+flabbergast@sdfeu.org>
Sat, 14 Nov 2015 09:20:55 +0000 (09:20 +0000)
tmk_core/protocol/chibios/main.c

index 9607f1a9ac68327447e1701be65b0c4d0fd16741..b62cfa9c57e8392131e652be40135b69a41ef376 100644 (file)
@@ -135,6 +135,5 @@ int main(void) {
     }
 
     keyboard_task();
-    chThdSleepMilliseconds(5);
   }
 }