]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - tmk_core/common/bootmagic.c
Fix typo in bootmagic debug message
[max/tmk_keyboard.git] / tmk_core / common / bootmagic.c
index b002a585622029f998a94adf8d95d2fa0ce7672b..d6684b2d57405c24c116a00f38538aecf28a8cbe 100644 (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");