Add USE_MARLINSERIAL conditional

This commit is contained in:
Scott Lahteine
2018-05-24 05:47:55 -05:00
parent ebb839971d
commit 27c5ede796
7 changed files with 17 additions and 16 deletions

View File

@@ -30,7 +30,7 @@
#include "Conditionals_LCD.h"
#include "Configuration_adv.h"
#if defined(__AVR__) && !defined(USBCON)
#if USE_MARLINSERIAL
#define HardwareSerial_h // trick to disable the standard HWserial
#endif