Fix MCU name macro in bootloader.c.
This commit is contained in:
parent
33d58c2b56
commit
4e91374125
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue