We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2450559 commit 984accbCopy full SHA for 984accb
common/bootmagic.c
@@ -19,7 +19,7 @@ void bootmagic(void)
19
}
20
21
/* do scans in case of bounce */
22
- print("boogmagic scan: ... ");
+ print("bootmagic scan: ... ");
23
uint8_t scan = 100;
24
while (scan--) { matrix_scan(); _delay_ms(10); }
25
print("done.\n");
0 commit comments