diff options
Diffstat (limited to 'users/konstantin/unicode.c')
| -rw-r--r-- | users/konstantin/unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/konstantin/unicode.c b/users/konstantin/unicode.c index 144c0aaf7..8ef5aaa1e 100644 --- a/users/konstantin/unicode.c +++ b/users/konstantin/unicode.c | |||
| @@ -2,6 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | #ifdef UNICODEMAP_ENABLE | 3 | #ifdef UNICODEMAP_ENABLE |
| 4 | const uint32_t PROGMEM unicode_map[] = { | 4 | const uint32_t PROGMEM unicode_map[] = { |
| 5 | FOREACH_UNICODE(UCM_ENTRY) | 5 | FOREACH_UNICODE(UCM_ENTRY) |
| 6 | }; | 6 | }; |
| 7 | #endif | 7 | #endif |
