1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Changed define for hyphen from SYM_COLON to SYM_HYPHEN.

This commit is contained in:
mikeller 2019-06-13 23:23:42 +12:00
parent de60402840
commit 0ee3768c2f
2 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@
//Misc
#define SYM_END_OF_FONT 0xFF
#define SYM_BLANK 0x20
#define SYM_COLON 0x2D
#define SYM_HYPHEN 0x2D
#define SYM_BBLOG 0x10
#define SYM_HOMEFLAG 0x11
//#define SYM_RPM 0x12