Skip to content

Commit 3e66daf

Browse files
author
taylor
committed
For Arduino MKR Vidor-4000
1 parent f78bdb7 commit 3e66daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/w5100.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
// MKR boards default to pin 5 for MKR ETH
2626
// Pins 8-10 are MOSI/SCK/MISO on MRK, so don't use pin 10
27-
#elif defined(USE_ARDUINO_MKR_PIN_LAYOUT) || defined(ARDUINO_SAMD_MKRZERO) || defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_MKRFox1200) || defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWAN1300)
27+
#elif defined(USE_ARDUINO_MKR_PIN_LAYOUT) || defined(ARDUINO_SAMD_MKRZERO) || defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_MKRFox1200) || defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWAN1300) || defined(ARDUINO_SAMD_MKRVIDOR4000)
2828
#define SS_PIN_DEFAULT 5
2929

3030
// For boards using AVR, assume shields with SS on pin 10

0 commit comments

Comments
 (0)