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 2c3ecc1 commit fafd9cdCopy full SHA for fafd9cd
led_strip.cpp
@@ -10,7 +10,7 @@
10
#include <stdint.h>
11
#include "MicroChess.h"
12
13
-#if not ARDUINO_ARCH_RENESAS && not ESP32
+#if not ARDUINO_ARCH_RENESAS && not ESP32 && not ARDUINO_AVR_PROMICRO
14
#include <FastLED.h>
15
16
FASTLED_USING_NAMESPACE
@@ -95,5 +95,4 @@ void set_led_strip(index_t const flash /* = -1 */)
95
void init_led_strip() { }
96
void set_led_strip(index_t const /* flash = -1 */) { }
97
98
-#endif // #if not ARDUINO_ARCH_RENESAS
99
-
+#endif // #if not ARDUINO_ARCH_RENESAS && not ESP32
0 commit comments