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

Fix G28_STR (#20925)

This commit is contained in:
ellensp 2021-01-30 18:41:45 +13:00 committed by Scott Lahteine
parent 845b99feb7
commit 0e37370b0c

View file

@ -50,3 +50,4 @@
class __FlashStringHelper;
typedef const __FlashStringHelper *progmem_str;
extern const char G28_STR[];