summaryrefslogtreecommitdiff
path: root/firmware/logf.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/logf.c')
-rw-r--r--firmware/logf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/logf.c b/firmware/logf.c
index da05a0a0c7..0d57d45929 100644
--- a/firmware/logf.c
+++ b/firmware/logf.c
@@ -59,7 +59,6 @@ static void displayremote(void)
59 lcd_remote_getstringsize("A", &w, &h); 59 lcd_remote_getstringsize("A", &w, &h);
60 lines = LCD_REMOTE_HEIGHT/h; 60 lines = LCD_REMOTE_HEIGHT/h;
61 columns = LCD_REMOTE_WIDTH/w; 61 columns = LCD_REMOTE_WIDTH/w;
62 lcd_remote_setmargins(0, 0);
63 lcd_remote_clear_display(); 62 lcd_remote_clear_display();
64 63
65 index = logfindex; 64 index = logfindex;