summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-recorder.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-recorder.c')
-rw-r--r--firmware/drivers/lcd-recorder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/drivers/lcd-recorder.c b/firmware/drivers/lcd-recorder.c
index d1e2a6b0da..fae4ea2945 100644
--- a/firmware/drivers/lcd-recorder.c
+++ b/firmware/drivers/lcd-recorder.c
@@ -669,6 +669,8 @@ void lcd_puts_scroll(int x, int y, unsigned char* string)
669 int index; 669 int index;
670 int free_index=0; 670 int free_index=0;
671 671
672 DEBUGF("puts_scroll: %s\n", string);
673
672 for (index = 0; index < SCROLLABLE_LINES; index++) { 674 for (index = 0; index < SCROLLABLE_LINES; index++) {
673 s = &scroll[index]; 675 s = &scroll[index];
674 676