forked from mirrors/qmk_firmware
Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary one at the end of the file
This commit is contained in:
parent
3be13d1ffb
commit
03d6e165bb
1 changed files with 1 additions and 1 deletions
|
@ -76,6 +76,7 @@
|
||||||
} while(0)
|
} while(0)
|
||||||
# else
|
# else
|
||||||
# error "USART configuration is needed."
|
# error "USART configuration is needed."
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// I'm fairly sure these aren't needed, but oh well - Jack
|
// I'm fairly sure these aren't needed, but oh well - Jack
|
||||||
|
@ -125,4 +126,3 @@
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in a new issue