Align definition of unicode_map (#19452)
This commit is contained in:
parent
4704a4e053
commit
d0ebafaea6
46 changed files with 46 additions and 46 deletions
|
@ -1,7 +1,7 @@
|
|||
#include "unicode.h"
|
||||
|
||||
//#ifdef UNICODEMAP_ENABLE
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[BANG] = 0x0203D,// ‽
|
||||
[IRONY] = 0x02E2E,// ⸮
|
||||
[DEGREE] = 0x000B0,// °
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue