Skip to content

Commit 21f6ca8

Browse files
committed
fix SPI_SS and ENC28J60_CONTROL_CS
1 parent a9fdb20 commit 21f6ca8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

utility/Enc28J60Network.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,7 @@
4343
#define SPI_MISO MISO
4444
#define SPI_SCK SCK
4545
#endif
46-
#if (ESP8266) || (ENERGIA)
4746
#define SPI_SS ENC28J60_CONTROL_CS
48-
#else
49-
#define SPI_SS SS
50-
#endif
5147

5248
#define UIP_RECEIVEBUFFERHANDLE 0xff
5349

0 commit comments

Comments
 (0)