From: Shayne Holmes Date: Tue, 12 Jan 2016 18:19:58 +0000 (-0800) Subject: Fix typo in bootmagic debug message X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=2a55b1d80532af1edfb02eabc33a746dc82f4312;p=max%2Ftmk_keyboard.git Fix typo in bootmagic debug message --- diff --git a/tmk_core/common/bootmagic.c b/tmk_core/common/bootmagic.c index b002a585..d6684b2d 100644 --- a/tmk_core/common/bootmagic.c +++ b/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");