Skip to content

Commit 24a5787

Browse files
committed
atmega328 initial
1 parent db61f17 commit 24a5787

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/drivers/hardware_specific/generic_mcu.cpp

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

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

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

87
#elif defined(__arm__) && defined(CORE_TEENSY) // or teensy
98

0 commit comments

Comments
 (0)