From d0ebafaea6847926e6391a6920821bcb17b3c39c Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 1 Jan 2023 00:54:12 +0000 Subject: Align definition of unicode_map (#19452) --- users/nstickney/unicodemap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/nstickney') diff --git a/users/nstickney/unicodemap.h b/users/nstickney/unicodemap.h index 3b7d9e3053..4360504ecb 100644 --- a/users/nstickney/unicodemap.h +++ b/users/nstickney/unicodemap.h @@ -37,7 +37,7 @@ enum { CPL }; -const uint32_t PROGMEM unicode_map[] = { +const uint32_t unicode_map[] PROGMEM = { [IEX] = 0xA1, // ¡ [SS2] = 0xB2, // ² [SS3] = 0xB3, // ³ -- cgit v1.2.3