From 5d6c1385113ed207faa837d4b2fc7fc77af076c8 Mon Sep 17 00:00:00 2001 From: mikee47 Date: Wed, 1 Jan 2020 12:26:22 +0000 Subject: [PATCH] Fix and improve FlashString load/import * Fix `LOAD_FSTR_ARRAY` macro, mis-placed ) * Fix FSTR_IMPORT and IMPORT_FSTR_ARRAY so they're compatible with DECLARE_xxx * Add `DECLARE_FSTR_OBJECT` macro, and rearrange custom object sample to use it * Tidy up `array` test module and add `IMPORT_FSTR_ARRAY_LOCAL` check * Revise ArrayPrinter to escape character data, remove separator parameter --- Sming/Components/FlashString | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sming/Components/FlashString b/Sming/Components/FlashString index 5d12821078..fd45dbe7f9 160000 --- a/Sming/Components/FlashString +++ b/Sming/Components/FlashString @@ -1 +1 @@ -Subproject commit 5d128210786c493d45530a4ce23686a9322b8a6e +Subproject commit fd45dbe7f9cae4d5a41f419cdf2a0c1f959adf9f