mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
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
|
//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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue