Align definition of unicode_map (#19452)

This commit is contained in:
Joel Challis
2023-01-01 11:54:12 +11:00
committed by GitHub
parent 4704a4e053
commit d0ebafaea6
46 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ enum emoji_map {
RGHT, // Point Right
};
const uint32_t PROGMEM unicode_map[] = {
const uint32_t unicode_map[] PROGMEM = {
[UNAM] = 0x1F612,
[HEYE] = 0x1f60d,
[OK] = 0x1F44C,