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

Move pins / Arduino includes to MarlinConfig.h

parent d9f7ed9a
Branches
Tags
No related merge requests found
...@@ -25,15 +25,6 @@ ...@@ -25,15 +25,6 @@
* Defines that depend on configuration but are not editable. * Defines that depend on configuration but are not editable.
*/ */
#include "pins.h"
#ifndef USBCON
#define HardwareSerial_h // trick to disable the standard HWserial
#endif
#include "Arduino.h"
#include "macros.h"
#ifndef CONDITIONALS_POST_H #ifndef CONDITIONALS_POST_H
#define CONDITIONALS_POST_H #define CONDITIONALS_POST_H
... ...
......
...@@ -28,6 +28,11 @@ ...@@ -28,6 +28,11 @@
#include "Configuration.h" #include "Configuration.h"
#include "Conditionals_LCD.h" #include "Conditionals_LCD.h"
#include "Configuration_adv.h" #include "Configuration_adv.h"
#include "pins.h"
#ifndef USBCON
#define HardwareSerial_h // trick to disable the standard HWserial
#endif
#include "Arduino.h"
#include "Conditionals_post.h" #include "Conditionals_post.h"
#include "SanityCheck.h" #include "SanityCheck.h"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment