Move pins / Arduino includes to MarlinConfig.h
This commit is contained in:
parent
d9f7ed9a3c
commit
7e70a0b05d
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user