Browse Source

Remove ARDUINO_ARCH_SAM from serial.h too?

Scott Lahteine 6 years ago
parent
commit
094e9b1dab
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      Marlin/src/core/serial.h

+ 0
- 5
Marlin/src/core/serial.h View File

@@ -61,11 +61,6 @@ enum DebugFlags {
61 61
   };
62 62
 #endif
63 63
 
64
-#ifdef ARDUINO_ARCH_SAM
65
-  // To pull the Serial port definitions and overrides
66
-  #include "../HAL/HAL_DUE/MarlinSerial_Due.h"
67
-#endif
68
-
69 64
 extern uint8_t marlin_debug_flags;
70 65
 #define DEBUGGING(F) (marlin_debug_flags & (DEBUG_## F))
71 66
 

Loading…
Cancel
Save