Skip to content

Commit edfa75f

Browse files
committed
Merge branch 'master' into serial-variant
2 parents 56572fa + e304180 commit edfa75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hardware/arduino/avr/variants/ethernet/pins_arduino.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
231231
// SERIAL_PORT_HARDWARE_OPEN Hardware serial ports which are open for use. Their RX & TX
232232
// pins are NOT connected to anything by default.
233233
#define SERIAL_PORT_HARDWARE Serial
234-
#define SERIAL_PORT_HARDWARE_OPEN Serial1
234+
#define SERIAL_PORT_HARDWARE_OPEN Serial
235235

236236
#endif

0 commit comments

Comments
 (0)