Quellcode durchsuchen

Merge pull request #294 from shayneholmes/fix-debug-message

Fix typo in bootmagic debug message
tags/v2.9
tmk vor 8 Jahren
Ursprung
Commit
cfcf5b2734
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      tmk_core/common/bootmagic.c

+ 1
- 1
tmk_core/common/bootmagic.c Datei anzeigen

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

Laden…
Abbrechen
Speichern