Fix typo in bootmagic debug message
This commit is contained in:
parent
33714e5582
commit
2a55b1d805
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ void bootmagic(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* do scans in case of bounce */
|
/* do scans in case of bounce */
|
||||||
print("boogmagic scan: ... ");
|
print("bootmagic scan: ... ");
|
||||||
uint8_t scan = 100;
|
uint8_t scan = 100;
|
||||||
while (scan--) { matrix_scan(); _delay_ms(10); }
|
while (scan--) { matrix_scan(); _delay_ms(10); }
|
||||||
print("done.\n");
|
print("done.\n");
|
||||||
|
|
Reference in a new issue