diff options
Diffstat (limited to 'hid/src/main.cpp')
-rw-r--r-- | hid/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/src/main.cpp b/hid/src/main.cpp index 991d8c26..802abc15 100644 --- a/hid/src/main.cpp +++ b/hid/src/main.cpp @@ -242,6 +242,7 @@ void loop() { _out.kbd->periodic(); _out.mouse->periodic(); + _board->periodic(); # ifdef CMD_SERIAL static unsigned long last = micros(); |