remove use of removed global variable
This commit is contained in:
parent
860f226e45
commit
9b95dab688
|
@ -66,8 +66,6 @@ void main_fs(void) {
|
||||||
|
|
||||||
backlightInit();
|
backlightInit();
|
||||||
|
|
||||||
font_direction = FONT_DIR_LTR; // LeftToRight is the default
|
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
lcdDisplay();
|
lcdDisplay();
|
||||||
delayms(10);
|
delayms(10);
|
||||||
|
|
Loading…
Reference in New Issue