From 7b11d740eaad1aade1a8d1914aab54f2720ab7ba Mon Sep 17 00:00:00 2001 From: Konstantin Đorđević Date: Tue, 12 Feb 2019 00:18:52 +0100 Subject: Avoid collisions with X_* send string constants --- users/konstantin/unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/konstantin/unicode.c') diff --git a/users/konstantin/unicode.c b/users/konstantin/unicode.c index 3b6164bc5..44b5be6c9 100644 --- a/users/konstantin/unicode.c +++ b/users/konstantin/unicode.c @@ -2,6 +2,6 @@ #ifdef UNICODEMAP_ENABLE const uint32_t PROGMEM unicode_map[] = { - FOREACH_UNICODE(X_ENTRY) + FOREACH_UNICODE(UCM_ENTRY) }; #endif -- cgit v1.2.3-24-g4f1b