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

@ -22,8 +22,6 @@
// Includes
// --------------------------------------------------------------------------
#include <stdint.h>
#include "../shared/Marduino.h"
#include "../shared/HAL_SPI.h"
#include "fastio_AVR.h"
@ -33,9 +31,11 @@
#ifdef USBCON
#include "HardwareSerial.h"
#else
#define HardwareSerial_h // Hack to prevent HardwareSerial.h header inclusion
#include "MarlinSerial.h"
#endif
#include <stdint.h>
#include <util/delay.h>
#include <avr/eeprom.h>
#include <avr/pgmspace.h>