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 5a06590 commit 8b9278eCopy full SHA for 8b9278e
variants/deneyapkartv2/pins_arduino.h
@@ -11,8 +11,8 @@
11
#define USB_SERIAL "" // Empty string for MAC address
12
13
static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + 46;
14
-#define BUILTIN_LED LED_BUILTIN // backward compatibility
15
-#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
+#define BUILTIN_LED LED_BUILTIN // backward compatibility
+#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
16
#define RGB_BUILTIN LED_BUILTIN
17
#define RGBLED LED_BUILTIN
18
#define RGB_BRIGHTNESS 64
0 commit comments