✏️ Fix HAS_GCODE_M876

This commit is contained in:
Scott Lahteine 2022-04-03 18:30:49 -05:00
parent ff07c2b375
commit 01797f74dc

View file

@ -702,7 +702,7 @@
#endif
#if ENABLED(HOST_PROMPT_SUPPORT) && DISABLED(EMERGENCY_PARSER)
#define HAS_GCODE_M876
#define HAS_GCODE_M876 1
#endif
#if ENABLED(HOST_ACTION_COMMANDS)