Skip to content

Commit a6625b4

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 879e14d commit a6625b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variants/lolin_c3_pico/pins_arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ static const uint8_t LED_BUILTIN = SOC_GPIO_PIN_COUNT + PIN_RGB_LED;
1414
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1515
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1616
// RGB_BUILTIN and RGB_BRIGHTNESS can be used in new Arduino API rgbLedWrite()
17-
#define RGB_BUILTIN LED_BUILTIN
18-
#define RGB_BRIGHTNESS 64
17+
#define RGB_BUILTIN LED_BUILTIN
18+
#define RGB_BRIGHTNESS 64
1919
#define RGB_BUILTIN_LED_COLOR_ORDER LED_COLOR_ORDER_RGB
2020

2121
static const uint8_t TX = 21;

0 commit comments

Comments
 (0)