diff options
author | tomaszduda23 <[email protected]> | 2022-09-12 16:00:30 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-09-12 17:00:30 +0300 |
commit | fa01d92dde2d4c199c8f6b394a72a4f41c28cfe9 (patch) | |
tree | c280173d27be97941d1862c5c160fbc1fe1c3dda /hid/src/main.cpp | |
parent | 38f2da2e2e931c22d5ce1361d5e39bb5739022d5 (diff) |
Watchdog (#108)
* add SW reset
* adds watchdog
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(); |