summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--firmware/logf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/logf.c b/firmware/logf.c
index a7df8a2e89..ac25d65690 100644
--- a/firmware/logf.c
+++ b/firmware/logf.c
@@ -30,7 +30,7 @@
#include <sprintf.h>
#include <stdbool.h>
#include "config.h"
-#include "lcd.h"
+#include "lcd-remote.h"
#include "logf.h"
unsigned char logfbuffer[MAX_LOGF_LINES][16];
@@ -46,7 +46,7 @@ static void displayremote(void)
int i;
int index;
- lcd_getstringsize("A", &w, &h);
+ lcd_remote_getstringsize("A", &w, &h);
lines = LCD_REMOTE_HEIGHT/h;
lcd_remote_setmargins(0, 0);