Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d318ae4

Browse files
committedOct 17, 2024·
Update pins_arduino.h
1 parent 99f6669 commit d318ae4

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)
Please sign in to comment.