Skip to content

Commit 929852d

Browse files
committed
atmega issuse elif if
1 parent 24a5787 commit 929852d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/hardware_specific/generic_mcu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#if defined(__AVR_ATmega328P__) || defined(__AVR_ATmega168__) // if mcu is not atmega328
44

5-
#elif #if defined(__AVR_ATmega2560__) // if mcu is not atmega2560
5+
#elif defined(__AVR_ATmega2560__) // if mcu is not atmega2560
66

77
#elif defined(__arm__) && defined(CORE_TEENSY) // or teensy
88

0 commit comments

Comments
 (0)