Fix MCU name macro in bootloader.c.

This commit is contained in:
tmk 2012-10-15 18:14:59 +09:00
parent 33d58c2b56
commit 4e91374125
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void bootloader_jump(void) {
// //
//USBasp //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. // This makes custom USBasploader come up.
MCUSR = 0; MCUSR = 0;