Skip to content

Commit 8b9278e

Browse files
committed
Update pins_arduino.h
1 parent 5a06590 commit 8b9278e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/deneyapkartv2/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#define USB_SERIAL "" // Empty string for MAC address
1212

1313
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
14+
#define BUILTIN_LED LED_BUILTIN // backward compatibility
15+
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1616
#define RGB_BUILTIN LED_BUILTIN
1717
#define RGBLED LED_BUILTIN
1818
#define RGB_BRIGHTNESS 64

0 commit comments

Comments
 (0)