Chibios: Remove the wait in the main loop.

main
flabbergast 2015-11-14 09:17:01 +00:00
parent cee42dd0f6
commit 41f5be3b7a
1 changed files with 0 additions and 1 deletions

View File

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