Skip to content

Commit c44596f

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 51dc5b4 commit c44596f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

variants/waveshare_esp32_s3_touch_amoled_241/pins_arduino.h

+5-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
#define QMI8658_ADDRESS 0x6b
4242
#define QMI8658_INT1 -1
4343

44-
4544
// Partial voltage measurement method
4645
#define BAT_ADC 17
4746

@@ -54,8 +53,8 @@ static const uint8_t TX = 43;
5453
static const uint8_t RX = 44;
5554

5655
//esp32s3-PSFlash SPI1/SPI0
57-
static const uint8_t SS = 34; // FSPICS0
58-
static const uint8_t MOSI = 35; // FSPID
59-
static const uint8_t MISO = 37; // FSPIQ
60-
static const uint8_t SCK = 36; // FSPICLK
61-
#endif /* Pins_Arduino_h */
56+
static const uint8_t SS = 34; // FSPICS0
57+
static const uint8_t MOSI = 35; // FSPID
58+
static const uint8_t MISO = 37; // FSPIQ
59+
static const uint8_t SCK = 36; // FSPICLK
60+
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)