Remove ARDUINO_ARCH_SAM from serial.h too?

This commit is contained in:
Scott Lahteine 2018-01-11 21:46:01 -06:00
parent c37d38886c
commit 094e9b1dab

View File

@ -61,11 +61,6 @@ enum DebugFlags {
};
#endif
#ifdef ARDUINO_ARCH_SAM
// To pull the Serial port definitions and overrides
#include "../HAL/HAL_DUE/MarlinSerial_Due.h"
#endif
extern uint8_t marlin_debug_flags;
#define DEBUGGING(F) (marlin_debug_flags & (DEBUG_## F))