Stm32 init (#100)

This commit is contained in:
tomaszduda23
2022-07-22 14:14:38 +09:00
committed by GitHub
parent 0e0fe28cf6
commit 3ba15e824e
18 changed files with 1253 additions and 8 deletions

View File

@@ -229,6 +229,7 @@ void loop() {
# endif
_out.kbd->periodic();
_out.mouse->periodic();
# ifdef CMD_SERIAL
static unsigned long last = micros();