summaryrefslogtreecommitdiff
path: root/hid/src
diff options
context:
space:
mode:
authortomaszduda23 <[email protected]>2022-07-22 14:14:38 +0900
committerGitHub <[email protected]>2022-07-22 08:14:38 +0300
commit3ba15e824e319926c810414b44fb30a7d98419c3 (patch)
tree54ad4e24c2bae61f73fd4becbf4bbccb5466cfed /hid/src
parent0e0fe28cf6dd4668e12dcac4148b0790cd41df8e (diff)
Stm32 init (#100)
Diffstat (limited to 'hid/src')
-rw-r--r--hid/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hid/src/main.cpp b/hid/src/main.cpp
index 7a7b83db..5e01c6ed 100644
--- a/hid/src/main.cpp
+++ b/hid/src/main.cpp
@@ -229,6 +229,7 @@ void loop() {
# endif
_out.kbd->periodic();
+ _out.mouse->periodic();
# ifdef CMD_SERIAL
static unsigned long last = micros();