Browse Source

"Move … code" followup (#20852)

Fix regression from #20832
Giuliano Zaro 4 years ago
parent
commit
90c0194598
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/gcode/gcode.cpp

+ 1
- 1
Marlin/src/gcode/gcode.cpp View File

@@ -40,7 +40,7 @@ GcodeSuite gcode;
40 40
   #include "../module/printcounter.h"
41 41
 #endif
42 42
 
43
-#if ENABLED(HOST_PROMPT_SUPPORT)
43
+#if ENABLED(HOST_ACTION_COMMANDS)
44 44
   #include "../feature/host_actions.h"
45 45
 #endif
46 46
 

Loading…
Cancel
Save