Move pins / Arduino includes to MarlinConfig.h

This commit is contained in:
Scott Lahteine 2016-07-26 12:16:22 -07:00
parent d9f7ed9a3c
commit 7e70a0b05d
2 changed files with 5 additions and 9 deletions

View File

@ -25,15 +25,6 @@
* 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
#define CONDITIONALS_POST_H

View File

@ -28,6 +28,11 @@
#include "Configuration.h"
#include "Conditionals_LCD.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 "SanityCheck.h"