Skip to content

Commit 07cd91c

Browse files
committed
Removed W5100_SPI_EN from global define list
1 parent 84695cc commit 07cd91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/mysensors_gw/variant.h

Lines changed: 1 addition & 1 deletion
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)