Fix Visual Micro "Arduino IDE for Visual Studio" support (#16418)

This commit is contained in:
Dirk O. Kaar
2020-01-03 02:01:38 +01:00
committed by Scott Lahteine
parent 5b75a018b7
commit d0e1166cce
80 changed files with 81 additions and 85 deletions

View File

@@ -25,7 +25,7 @@
#if DISABLED(EMERGENCY_PARSER)
#include "../gcode.h"
#include "../../Marlin.h" // for wait_for_heatup, kill, quickstop_stepper
#include "../../MarlinCore.h" // for wait_for_heatup, kill, quickstop_stepper
/**
* M108: Stop the waiting for heaters in M109, M190, M303. Does not affect the target temperature.