Add NUL_STR global

This commit is contained in:
Scott Lahteine
2019-11-02 07:09:57 -05:00
parent ea3217cd46
commit 15f94e5ee5
6 changed files with 10 additions and 6 deletions

View File

@@ -377,4 +377,4 @@ void protected_pin_err();
void event_probe_failure();
#endif
extern const char G28_STR[], M21_STR[], M23_STR[], M24_STR[];
extern const char G28_STR[], M21_STR[], M23_STR[], M24_STR[], NUL_STR[];