Avoid collisions with X_* send string constants

This commit is contained in:
Konstantin Đorđević
2019-02-12 00:18:52 +01:00
parent ddb0f39ebf
commit 7b11d740ea
2 changed files with 6 additions and 6 deletions

View File

@ -2,6 +2,6 @@
#ifdef UNICODEMAP_ENABLE
const uint32_t PROGMEM unicode_map[] = {
FOREACH_UNICODE(X_ENTRY)
FOREACH_UNICODE(UCM_ENTRY)
};
#endif