Browse Source

Remove ARDUINO_ARCH_SAM from serial.h too?

pull/1/head
Scott Lahteine 7 years ago
parent
commit
094e9b1dab
  1. 5
      Marlin/src/core/serial.h

5
Marlin/src/core/serial.h

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