Browse Source

Fix typo in bootmagic debug message

tags/v2.9
Shayne Holmes 8 years ago
parent
commit
2a55b1d805
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tmk_core/common/bootmagic.c

+ 1
- 1
tmk_core/common/bootmagic.c 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");

Loading…
Cancel
Save