mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-18 07:29:33 +00:00
Fix G28_STR (#20925)
This commit is contained in:
parent
e269e936e3
commit
d3068125c5
1 changed files with 1 additions and 0 deletions
|
@ -50,3 +50,4 @@
|
|||
|
||||
class __FlashStringHelper;
|
||||
typedef const __FlashStringHelper *progmem_str;
|
||||
extern const char G28_STR[];
|
||||
|
|
Loading…
Reference in a new issue