Align definition of unicode_map (#19452)
This commit is contained in:
parent
4704a4e053
commit
d0ebafaea6
46 changed files with 46 additions and 46 deletions
|
|
@ -80,7 +80,7 @@
|
|||
};
|
||||
|
||||
//https://unicode-table.com/en/#00F1
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[CKC_EUR] = 0x20AC, //€
|
||||
[N_TILDE] = 0x00F1, // ñ
|
||||
[COMB_ACUTE_ACCENT] = 0x0301, // ´
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue