Quellcode durchsuchen

Followup to 'volatile' patch (#13369)

Originally #13344
InsanityAutomation vor 6 Jahren
Ursprung
Commit
785a7028bf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/src/feature/host_actions.cpp

+ 1
- 1
Marlin/src/feature/host_actions.cpp Datei anzeigen

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

Laden…
Abbrechen
Speichern