Fix M112 with Emergency Parser

This commit is contained in:
Scott Lahteine
2020-01-19 19:00:17 -06:00
parent 4dca6d50c0
commit 79c2f05e7d
4 changed files with 4 additions and 3 deletions

View File

@@ -182,6 +182,7 @@
#endif
const char NUL_STR[] PROGMEM = "",
M112_KILL_STR[] PROGMEM = "M112 Shutdown",
G28_STR[] PROGMEM = "G28",
M21_STR[] PROGMEM = "M21",
M23_STR[] PROGMEM = "M23 %s",