From 094e9b1dab4cd815b0d88033ed52dfa9568e798b Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 11 Jan 2018 21:46:01 -0600
Subject: [PATCH] Remove ARDUINO_ARCH_SAM from serial.h too?

---
 Marlin/src/core/serial.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/Marlin/src/core/serial.h b/Marlin/src/core/serial.h
index 232b692327..5606f47720 100644
--- a/Marlin/src/core/serial.h
+++ b/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))
 
-- 
GitLab