Followup to wait_for_user fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user