]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Fix MCU name macro in bootloader.c.
authortmk <nobody@nowhere>
Mon, 15 Oct 2012 09:14:59 +0000 (18:14 +0900)
committertmk <nobody@nowhere>
Mon, 15 Oct 2012 09:14:59 +0000 (18:14 +0900)
common/bootloader.c

index 612b949648a1d583b8207df73558f88d22954f4f..6e04efbbda4e2ff91a8855571382f8fc4563ef2c 100644 (file)
@@ -66,7 +66,7 @@ void bootloader_jump(void) {
     //
     //USBasp
     //
-#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega168P__) || defined(__AVR_ATmega328P)
+#if defined(__AVR_ATmega168__) || defined(__AVR_ATmega168P__) || defined(__AVR_ATmega328P__)
     // This makes custom USBasploader come up.
     MCUSR = 0;