]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
Fix typo in bootmagic debug message
authorShayne Holmes <simon.snth@xoxy.net>
Tue, 12 Jan 2016 18:19:58 +0000 (10:19 -0800)
committerShayne Holmes <simon.snth@xoxy.net>
Tue, 12 Jan 2016 18:21:29 +0000 (10:21 -0800)
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");