Skip to content

Commit 7ac185b

Browse files
ci(pre-commit): Apply automatic fixes
1 parent a4f8894 commit 7ac185b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Diff for: variants/cyobot_v2_esp32s3/pins_arduino.h

+1-7
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@
77
#define USB_PRODUCT "CYOBrain ESP32S3"
88
#define USB_SERIAL "" // Empty string for MAC address
99

10-
1110
static const uint8_t BUTTON0 = 4;
1211
static const uint8_t BUTTON1 = 38;
1312
static const uint8_t LED = 24;
1413

15-
16-
1714
static const uint8_t BAT_MEAS = 6;
1815
static const uint8_t CHAR_DET = 23;
1916

@@ -25,11 +22,9 @@ static const uint8_t I2S0_DSDIN = 8;
2522
static const uint8_t I2S0_SCLK = 9;
2623
static const uint8_t I2S0_LRCK = 45;
2724

28-
2925
static const uint8_t SDA = 17;
3026
static const uint8_t SCL = 18;
3127

32-
3328
static const uint8_t SS = 5;
3429
static const uint8_t MOSI = 2;
3530
static const uint8_t MISO = 42;
@@ -54,5 +49,4 @@ static const uint8_t SD_SPI_CS = 14;
5449

5550
static const uint8_t PA_CTRL = 25;
5651

57-
58-
#endif /* Pins_Arduino_h */
52+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)