summaryrefslogtreecommitdiff
path: root/apps/plugins/alpine_cdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/alpine_cdc.c')
-rw-r--r--apps/plugins/alpine_cdc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/alpine_cdc.c b/apps/plugins/alpine_cdc.c
index 4fa2e36f54..c235900a8c 100644
--- a/apps/plugins/alpine_cdc.c
+++ b/apps/plugins/alpine_cdc.c
@@ -647,9 +647,7 @@ void print_scroll(char* string)
647 rb->snprintf(screen[(pos+screentop) % LINES], sizeof(screen[0]), "%s", string); 647 rb->snprintf(screen[(pos+screentop) % LINES], sizeof(screen[0]), "%s", string);
648 648
649 rb->lcd_puts(0, pos, screen[(pos+screentop) % LINES]); 649 rb->lcd_puts(0, pos, screen[(pos+screentop) % LINES]);
650#ifndef HAVE_LCD_CHARCELLS
651 rb->lcd_update(); 650 rb->lcd_update();
652#endif
653 pos++; 651 pos++;
654} 652}
655 653