Browse Source

Chibios: Remove the wait in the main loop.

master
flabbergast 8 years ago
parent
commit
41f5be3b7a
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      tmk_core/protocol/chibios/main.c

+ 0
- 1
tmk_core/protocol/chibios/main.c View File

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

keyboard_task();
chThdSleepMilliseconds(5);
}
}