Remove ARDUINO_ARCH_SAM from serial.h too?
This commit is contained in:
parent
c37d38886c
commit
094e9b1dab
@ -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))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user