Optimize common strings
Saves 128 bytes in testing with `mftest mega 1 -y`
This commit is contained in:
@@ -377,4 +377,5 @@ void protected_pin_err();
|
||||
void event_probe_failure();
|
||||
#endif
|
||||
|
||||
extern const char G28_STR[], M21_STR[], M23_STR[], M24_STR[], NUL_STR[];
|
||||
extern const char NUL_STR[], G28_STR[], M21_STR[], M23_STR[], M24_STR[],
|
||||
SP_X_STR[], SP_Y_STR[], SP_Z_STR[], SP_E_STR[];
|
||||
|
||||
Reference in New Issue
Block a user