HAL updates

This commit is contained in:
Scott Lahteine
2017-09-06 06:28:32 -05:00
parent 65996e4235
commit 54326fb06a
52 changed files with 327 additions and 378 deletions

View File

@@ -31,7 +31,7 @@
#ifdef ARDUINO_ARCH_AVR
#include "MarlinSerial.h"
#include "../../../Marlin.h"
#include "../../Marlin.h"
// Disable HardwareSerial.cpp to support chips without a UART (Attiny, etc.)
@@ -47,8 +47,7 @@
#if ENABLED(EMERGENCY_PARSER)
#include "../../../stepper.h"
#include "../../../language.h"
#include "../../module/stepper.h"
// Currently looking for: M108, M112, M410
// If you alter the parser please don't forget to update the capabilities in Conditionals_post.h