Align definition of unicode_map (#19452)

This commit is contained in:
Joel Challis
2023-01-01 00:54:12 +00:00
committed by GitHub
parent 4704a4e053
commit d0ebafaea6
46 changed files with 46 additions and 46 deletions

View File

@@ -256,7 +256,7 @@ enum unicode_name {
PLMIN,
};
const uint32_t PROGMEM unicode_map[] = {
const uint32_t unicode_map[] PROGMEM = {
[GRIN] = 0x1F600,
[TJOY] = 0x1F602,
[SMILE] = 0x1F601,

View File

@@ -259,7 +259,7 @@ enum unicode_name {
PLMIN,
};
const uint32_t PROGMEM unicode_map[] = {
const uint32_t unicode_map[] PROGMEM = {
[GRIN] = 0x1F600,
[TJOY] = 0x1F602,
[SMILE] = 0x1F601,