HAL include and other adjustments (#14525)

This commit is contained in:
Scott Lahteine
2019-07-08 23:42:29 -05:00
committed by GitHub
parent be37c38aa2
commit a2ba0aaaac
19 changed files with 110 additions and 105 deletions

View File

@@ -27,16 +27,12 @@
#include "MarlinConfigPre.h"
#include HAL_PATH(../HAL, HAL.h)
#include "../HAL/HAL.h"
#include "../pins/pins.h"
#include HAL_PATH(../HAL, spi_pins.h)
#if defined(__AVR__) && !defined(USBCON)
#define HardwareSerial_h // trick to disable the standard HWserial
#endif
#include "Conditionals_post.h"
#include "SanityCheck.h"
@@ -47,4 +43,3 @@
#include "../core/language.h"
#include "../core/utility.h"
#include "../core/serial.h"
#include "../core/minmax.h"