Fix missing string for M48 build (#16708)

This commit is contained in:
Radek Pietruszewski 2020-01-30 10:13:32 +01:00 committed by GitHub
parent 1bc6509d02
commit e6a675e6ec
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,9 @@
*
* This function requires the machine to be homed before invocation.
*/
extern const char SP_Y_STR[];
void GcodeSuite::M48() {
if (axis_unhomed_error()) return;