0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-18 15:39:31 +00:00

Fix undefined G28_STR (#20912)

This commit is contained in:
ellensp 2021-01-29 14:44:52 +13:00 committed by GitHub
parent c65bf64756
commit c72b1c5893
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,3 +94,4 @@ private:
};
extern AnycubicTFTClass AnycubicTFT;
extern const char G28_STR[];