diff options
Diffstat (limited to 'users/konstantin/unicode.c')
| -rw-r--r-- | users/konstantin/unicode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/users/konstantin/unicode.c b/users/konstantin/unicode.c index 44b5be6c9..144c0aaf7 100644 --- a/users/konstantin/unicode.c +++ b/users/konstantin/unicode.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "unicode.h" | 1 | #include "unicode.h" |
| 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 |
