Fix G28_STR (#20925)

This commit is contained in:
ellensp 2021-01-30 18:41:45 +13:00 committed by GitHub
parent e269e936e3
commit d3068125c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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