Align definition of unicode_map (#19452)
This commit is contained in:
parent
4704a4e053
commit
d0ebafaea6
46 changed files with 46 additions and 46 deletions
|
@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#endif
|
||||
|
||||
const uint32_t PROGMEM unicode_map[] = {
|
||||
const uint32_t unicode_map[] PROGMEM = {
|
||||
[la] = 0x03B1 , // α
|
||||
[lA] = 0x0391 , // Α
|
||||
[lb] = 0x03B2 , // β
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue