Skip to content

Commit 4d0ae18

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 25ebe44 commit 4d0ae18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/yb_esp32s3_eth/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static const uint8_t MISO = 13;
2222
static const uint8_t SCK = 12;
2323

2424
// Definitions for onboard WIZnet W5500 ethernet controller chip
25-
static const uint8_t W5500_SS = 14; // W5500 chip select
25+
static const uint8_t W5500_SS = 14; // W5500 chip select
2626
static const uint8_t W5500_INT = 18; // available only if solder bridge "INT" is closed (default open)
2727
static const uint8_t W5500_RST = 21; // set GPIO21 to INPUT (high impedance) if RST signal is unused
2828

0 commit comments

Comments
 (0)