Chibios: Remove the wait in the main loop.
This commit is contained in:
parent
cee42dd0f6
commit
41f5be3b7a
@ -135,6 +135,5 @@ int main(void) {
|
||||
}
|
||||
|
||||
keyboard_task();
|
||||
chThdSleepMilliseconds(5);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user