Skip to content

Commit 9b0e9dc

Browse files
committed
Update pins_arduino.h
1 parent d318ae4 commit 9b0e9dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/cezerio_dev_esp32c6/pins_arduino.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1616
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1717
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1818
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
19-
#define RGB_BUILTIN LED_BUILTIN
20-
#define RGBLED LED_BUILTIN
19+
#define RGB_BUILTIN LED_BUILTIN
20+
#define RGBLED LED_BUILTIN
2121
#define RGB_BRIGHTNESS 64
2222

2323
static const uint8_t BUT_BUILTIN = 9;

0 commit comments

Comments
 (0)