Modularity and gcc warnings fixes.

This commit is contained in:
flabbergast 2015-09-07 21:33:06 +01:00
parent 455fd51a87
commit be9be90483
6 changed files with 23 additions and 8 deletions

View file

@ -19,7 +19,7 @@ void bootmagic(void)
}
/* do scans in case of bounce */
print("boogmagic scan: ... ");
print("bootmagic scan: ... ");
uint8_t scan = 100;
while (scan--) { matrix_scan(); _delay_ms(10); }
print("done.\n");