Skip to content
Snippets Groups Projects
Commit 094e9b1d authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Remove ARDUINO_ARCH_SAM from serial.h too?

parent c37d3888
Branches
Tags
No related merge requests found
...@@ -61,11 +61,6 @@ enum DebugFlags { ...@@ -61,11 +61,6 @@ enum DebugFlags {
}; };
#endif #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; extern uint8_t marlin_debug_flags;
#define DEBUGGING(F) (marlin_debug_flags & (DEBUG_## F)) #define DEBUGGING(F) (marlin_debug_flags & (DEBUG_## F))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment