Fix typo in bootmagic debug message

このコミットが含まれているのは:
Shayne Holmes 2016-01-12 10:19:58 -08:00
コミット 2a55b1d805

ファイルの表示

@ -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");