summaryrefslogtreecommitdiff
path: root/bootloader/ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/ipod.c')
-rw-r--r--bootloader/ipod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 5f7060a526..8b99fbd1ad 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -178,7 +178,7 @@ void printf(const char *format, ...)
178 178
179 lcd_puts(0, line++, ptr); 179 lcd_puts(0, line++, ptr);
180 lcd_update(); 180 lcd_update();
181 if(line >= 30) 181 if(line >= (LCD_HEIGHT/SYSFONT_HEIGHT))
182 line = 0; 182 line = 0;
183} 183}
184 184