Skip to content

Commit

Permalink
ci(pre-commit): Apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Dec 17, 2024
1 parent 25ebe44 commit 4d0ae18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/yb_esp32s3_eth/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static const uint8_t MISO = 13;
static const uint8_t SCK = 12;

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

Expand Down

0 comments on commit 4d0ae18

Please sign in to comment.