Skip to content

Commit 2f4f76b

Browse files
ci(pre-commit): Apply automatic fixes
1 parent ac2360d commit 2f4f76b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: variants/lilygo_t_eth_lite/pins_arduino.h

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ static const uint8_t T7 = 7;
3737
static const uint8_t T8 = 8;
3838

3939
// Ethernet
40-
#define ETH_PHY_TYPE ETH_PHY_W5500
41-
#define ETH_PHY_ADDR 1
42-
#define ETH_PHY_CS 9
43-
#define ETH_PHY_IRQ 13
44-
#define ETH_PHY_RST 14
45-
#define ETH_PHY_SPI_HOST SPI2_HOST
46-
#define ETH_PHY_SPI_SCK 10
47-
#define ETH_PHY_SPI_MISO 11
48-
#define ETH_PHY_SPI_MOSI 12
40+
#define ETH_PHY_TYPE ETH_PHY_W5500
41+
#define ETH_PHY_ADDR 1
42+
#define ETH_PHY_CS 9
43+
#define ETH_PHY_IRQ 13
44+
#define ETH_PHY_RST 14
45+
#define ETH_PHY_SPI_HOST SPI2_HOST
46+
#define ETH_PHY_SPI_SCK 10
47+
#define ETH_PHY_SPI_MISO 11
48+
#define ETH_PHY_SPI_MOSI 12
4949

5050
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)