Remove ARDUINO_ARCH_SAM from serial.h too?

2.0.x
Scott Lahteine 7 years ago
parent c37d38886c
commit 094e9b1dab

@ -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))

Loading…
Cancel
Save