restore PR 9661 files & V1 fix

This commit is contained in:
Bob-the-Kuhn
2018-03-10 22:46:32 -06:00
parent 751785fc97
commit 0d8c15c01f
11 changed files with 746 additions and 227 deletions

View File

@@ -41,15 +41,7 @@
// Defines
//
#define NUM_SERIAL 1
//#undef SERIAL_PORT
//#define SERIAL_PORT -1
#if SERIAL_PORT == -1
#define MYSERIAL0 SerialUSB
#else
#define MYSERIAL0 customizedSerial
#endif
#define MYSERIAL0 customizedSerial
// We need the previous define before the include, or compilation bombs...
#include "MarlinSerial_Due.h"