Align definition of unicode_map (#19452)
This commit is contained in:
@ -99,7 +99,7 @@ enum unicode_names {
|
||||
QUAD_COLON
|
||||
};
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[DIAMOND] = 0x25CA, // ◊ 0
|
||||
[QUAD_DIAMOND] = 0x233A, // ⌺
|
||||
[DIAERESIS] = 0x00A8, // ¨
|
||||
|
Reference in New Issue
Block a user