|
@ -40,7 +40,7 @@ |
|
|
|
|
|
|
|
|
// Define MYSERIAL0/1 before MarlinSerial includes!
|
|
|
// Define MYSERIAL0/1 before MarlinSerial includes!
|
|
|
#if SERIAL_PORT == -1 |
|
|
#if SERIAL_PORT == -1 |
|
|
#define MYSERIAL0 Serial1 |
|
|
#define MYSERIAL0 customizedSerial1 |
|
|
#elif SERIAL_PORT == 0 |
|
|
#elif SERIAL_PORT == 0 |
|
|
#define MYSERIAL0 Serial |
|
|
#define MYSERIAL0 Serial |
|
|
#elif SERIAL_PORT == 1 |
|
|
#elif SERIAL_PORT == 1 |
|
@ -58,7 +58,7 @@ |
|
|
#error "SERIAL_PORT_2 must be different from SERIAL_PORT. Please update your configuration." |
|
|
#error "SERIAL_PORT_2 must be different from SERIAL_PORT. Please update your configuration." |
|
|
#endif |
|
|
#endif |
|
|
#if SERIAL_PORT_2 == -1 |
|
|
#if SERIAL_PORT_2 == -1 |
|
|
#define MYSERIAL1 Serial1 |
|
|
#define MYSERIAL1 customizedSerial2 |
|
|
#elif SERIAL_PORT_2 == 0 |
|
|
#elif SERIAL_PORT_2 == 0 |
|
|
#define MYSERIAL1 Serial |
|
|
#define MYSERIAL1 Serial |
|
|
#elif SERIAL_PORT_2 == 1 |
|
|
#elif SERIAL_PORT_2 == 1 |
|
|