ソースを参照

Fix typo in bootmagic debug message

master
Shayne Holmes 8年前
コミット
2a55b1d805
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      tmk_core/common/bootmagic.c

+ 1
- 1
tmk_core/common/bootmagic.c ファイルの表示

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