Followup to wait_for_user fix

This commit is contained in:
Scott Lahteine
2019-03-10 09:13:54 -05:00
parent 33a08fc6f7
commit 12503fce06
3 changed files with 5 additions and 3 deletions

View File

@@ -330,7 +330,7 @@ extern bool Running;
inline bool IsRunning() { return Running; }
inline bool IsStopped() { return !Running; }
extern volatile bool wait_for_heatup;
extern bool wait_for_heatup;
#if HAS_RESUME_CONTINUE
extern bool wait_for_user;