Browse Source

Feature Unicode example code fixed.

pull/4702/head
Gergely Peidl 5 years ago
committed by Drashna Jaelre
parent
commit
ca35647535
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/feature_unicode.md

+ 1
- 1
docs/feature_unicode.md View File

@ -23,7 +23,7 @@ const uint32_t PROGMEM unicode_map[] = {
[BANG] = 0x203D, // ‽
[IRONY] = 0x2E2E, // ⸮
[SNEK] = 0x1F40D, // 🐍
}:
};
```
Make sure that the order for both matches.


Loading…
Cancel
Save