summaryrefslogtreecommitdiff
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 @@
30#include <sprintf.h> 30#include <sprintf.h>
31#include <stdbool.h> 31#include <stdbool.h>
32#include "config.h" 32#include "config.h"
33#include "lcd.h" 33#include "lcd-remote.h"
34#include "logf.h" 34#include "logf.h"
35 35
36unsigned char logfbuffer[MAX_LOGF_LINES][16]; 36unsigned char logfbuffer[MAX_LOGF_LINES][16];
@@ -46,7 +46,7 @@ static void displayremote(void)
46 int i; 46 int i;
47 int index; 47 int index;
48 48
49 lcd_getstringsize("A", &w, &h); 49 lcd_remote_getstringsize("A", &w, &h);
50 lines = LCD_REMOTE_HEIGHT/h; 50 lines = LCD_REMOTE_HEIGHT/h;
51 51
52 lcd_remote_setmargins(0, 0); 52 lcd_remote_setmargins(0, 0);