Browse Source

Followup to 'volatile' patch (#13369)

Originally #13344
InsanityAutomation 6 years ago
parent
commit
785a7028bf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/host_actions.cpp

+ 1
- 1
Marlin/src/feature/host_actions.cpp View File

37
   #include "runout.h"
37
   #include "runout.h"
38
 #endif
38
 #endif
39
 
39
 
40
-extern volatile bool wait_for_user;
40
+extern bool wait_for_user;
41
 
41
 
42
 void host_action(const char * const pstr, const bool eol) {
42
 void host_action(const char * const pstr, const bool eol) {
43
   SERIAL_ECHOPGM("//action:");
43
   SERIAL_ECHOPGM("//action:");

Loading…
Cancel
Save