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 24a5787 commit 929852dCopy full SHA for 929852d
src/drivers/hardware_specific/generic_mcu.cpp
@@ -2,7 +2,7 @@
2
3
#if defined(__AVR_ATmega328P__) || defined(__AVR_ATmega168__) // if mcu is not atmega328
4
5
-#elif #if defined(__AVR_ATmega2560__) // if mcu is not atmega2560
+#elif defined(__AVR_ATmega2560__) // if mcu is not atmega2560
6
7
#elif defined(__arm__) && defined(CORE_TEENSY) // or teensy
8
0 commit comments