Skip to content

Commit 18a3f2c

Browse files
ci(pre-commit): Apply automatic fixes
1 parent c45af00 commit 18a3f2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: variants/lolin_s3_mini_pro/pins_arduino.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77
#define USB_VID 0x303a
88
#define USB_PID 0x8216
99

10-
static const uint8_t LED_BUILTIN = 8 + SOC_GPIO_PIN_COUNT;;
10+
static const uint8_t LED_BUILTIN = 8 + SOC_GPIO_PIN_COUNT;
11+
;
1112
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1213
#define LED_BUILTIN LED_BUILTIN // allow testing #ifdef LED_BUILTIN
1314
#define RGB_BUILTIN LED_BUILTIN
1415
#define RGB_BRIGHTNESS 5
15-
#define RGB_POWER 7 //RGB LED POWER PIN
16+
#define RGB_POWER 7 //RGB LED POWER PIN
1617

1718
static const uint8_t TX = 43;
1819
static const uint8_t RX = 44;

0 commit comments

Comments
 (0)