diff options
author | Joel Challis <git@zvecr.com> | 2023-01-01 00:54:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 11:54:12 +1100 |
commit | d0ebafaea6847926e6391a6920821bcb17b3c39c (patch) | |
tree | 9e4f1b2cd70d1639a8064b95bf858daeb14b61b9 /users/rupa | |
parent | 4704a4e0532b45af61cc0e804df2442d071a422a (diff) |
Align definition of unicode_map (#19452)
Diffstat (limited to 'users/rupa')
-rw-r--r-- | users/rupa/unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/rupa/unicode.c b/users/rupa/unicode.c index 2302a95552..f99e6d0832 100644 --- a/users/rupa/unicode.c +++ b/users/rupa/unicode.c @@ -21,7 +21,7 @@ combined_mode_t combined_mode = CM_NULL; bool _seeded = false; #if defined(UNICODEMAP_ENABLE) -const uint32_t PROGMEM unicode_map[] = { +const uint32_t unicode_map[] PROGMEM = { [CCIR] = 0x20DD, // COMBINING CIRCLE ⃝ [CENT] = 0x00A2, // ¢ [CHEK] = 0x2713, // ✓ |