1
0
forked from me/IronOS

Fix bug in tip -> F logic

This commit is contained in:
Ben V. Brown
2020-12-29 12:40:30 +11:00
parent 34226ebcdb
commit 7ea6d4afbd
3 changed files with 8 additions and 13 deletions

View File

@@ -11,10 +11,7 @@
#include "stdint.h"
extern const uint8_t USER_FONT_12[];
extern const uint8_t USER_FONT_6x8[];
/*
* When SettingsShortNameType is SHORT_NAME_SINGLE_LINE
* use SettingsShortNames as SettingsShortNames[16][1].. second column undefined
*/
extern const char *SettingsShortNames[29][2];
extern const char *SettingsDescriptions[29];
extern const char *SettingsMenuEntries[4];