Fix MCU name macro in bootloader.c.
This commit is contained in:
parent
2e11775172
commit
240b5848d5
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user