From ae6e33e921f3b6aa7ddc21d5b07d4eb2301389b6 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 16 Feb 2004 12:21:07 +0000 Subject: [PATCH] Oh, those yellow builds... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4306 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/debug_menu.c b/apps/debug_menu.c index cfabb7c91a..3cb2dc5057 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1252,7 +1252,9 @@ static bool dbg_disk_info(void) bool timing_info_present = false; char pio3[2], pio4[2]; +#ifdef HAVE_LCD_BITMAP lcd_setmargins(0, 0); +#endif while(!done) {