瀏覽代碼

Followup to 'volatile' patch (#13369)

Originally #13344
InsanityAutomation 6 年之前
父節點
當前提交
785a7028bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/feature/host_actions.cpp

+ 1
- 1
Marlin/src/feature/host_actions.cpp 查看文件

@@ -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:");

Loading…
取消
儲存