From 785a7028bf035b773e22659324bacc186cbae9f8 Mon Sep 17 00:00:00 2001 From: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Mon, 11 Mar 2019 16:01:57 -0400 Subject: [PATCH] Followup to 'volatile' patch (#13369) Originally #13344 --- Marlin/src/feature/host_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/feature/host_actions.cpp b/Marlin/src/feature/host_actions.cpp index 7f2de4f3c3..19921b74cf 100644 --- a/Marlin/src/feature/host_actions.cpp +++ b/Marlin/src/feature/host_actions.cpp @@ -37,7 +37,7 @@ #include "runout.h" #endif -extern volatile bool wait_for_user; +extern bool wait_for_user; void host_action(const char * const pstr, const bool eol) { SERIAL_ECHOPGM("//action:");