ci(pre-commit): Apply automatic fixes

This commit is contained in:
pre-commit-ci-lite[bot] 2024-12-17 06:37:40 +00:00 committed by GitHub
parent 25ebe440e2
commit 4d0ae18aee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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