Commit 2f67c916 authored by Giampiero Baggiani's avatar Giampiero Baggiani Committed by Martino Facchin

Added SERIAL_PORT_MONITOR define to Arduino Ethernet

Port of https://github.com/arduino/Arduino/pull/7023
parent f9cadc51
......@@ -250,5 +250,6 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM[] = {
// pins are NOT connected to anything by default.
#define SERIAL_PORT_HARDWARE Serial
#define SERIAL_PORT_HARDWARE_OPEN Serial
#define SERIAL_PORT_MONITOR Serial
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment