Skip to content

Commit b71cdcc

Browse files
committed
Removed W5100_SPI_EN from global define list
1 parent fb2e0a0 commit b71cdcc

File tree

1 file changed

+1
-1
lines changed
  • hardware/MySensors/samd/variants/mysensors_gw

1 file changed

+1
-1
lines changed

hardware/MySensors/samd/variants/mysensors_gw/variant.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ static const uint8_t SCK = PIN_SPI_SCK ;
190190
#define MYSX_A2
191191

192192

193-
#define MY_W5100_SPI_EN 4
194193
#define MY_SIGNING_ATSHA204_PIN 17
195194
#define MY_DEFAULT_ERR_LED_PIN LED_RED
196195
#define MY_DEFAULT_RX_LED_PIN LED_YELLOW
@@ -239,5 +238,6 @@ extern Uart Serial1;
239238
//#define SERIAL_PORT_HARDWARE Serial1
240239
//#define SERIAL_PORT_HARDWARE_OPEN Serial1
241240

241+
#define Serial SerialUSB
242242
#endif /* _VARIANT_ARDUINO_ZERO_ */
243243

0 commit comments

Comments
 (0)