We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db61f17 commit 24a5787Copy full SHA for 24a5787
src/drivers/hardware_specific/generic_mcu.cpp
@@ -2,8 +2,7 @@
2
3
#if defined(__AVR_ATmega328P__) || defined(__AVR_ATmega168__) // if mcu is not atmega328
4
5
-
6
-#if defined(__AVR_ATmega2560__) // if mcu is not atmega2560
+#elif #if defined(__AVR_ATmega2560__) // if mcu is not atmega2560
7
8
#elif defined(__arm__) && defined(CORE_TEENSY) // or teensy
9
0 commit comments