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

@@ -120,5 +120,5 @@ void protected_pin_err();
void event_probe_failure();
#endif
extern const char NUL_STR[], G28_STR[], M21_STR[], M23_STR[], M24_STR[],
extern const char NUL_STR[], M112_KILL_STR[], G28_STR[], M21_STR[], M23_STR[], M24_STR[],
SP_X_STR[], SP_Y_STR[], SP_Z_STR[], SP_E_STR[];