diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-02-16 12:21:07 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-02-16 12:21:07 +0000 |
| commit | ae6e33e921f3b6aa7ddc21d5b07d4eb2301389b6 (patch) | |
| tree | 85d4b6640fdfd9873de7343b5fecfd8b7fb830d9 /apps/debug_menu.c | |
| parent | f3ad619c274bd510a8bb7ccbad9a588a4e4459d8 (diff) | |
| download | rockbox-ae6e33e921f3b6aa7ddc21d5b07d4eb2301389b6.zip rockbox-ae6e33e921f3b6aa7ddc21d5b07d4eb2301389b6.tar.gz rockbox-ae6e33e921f3b6aa7ddc21d5b07d4eb2301389b6.tar.bz2 rockbox-ae6e33e921f3b6aa7ddc21d5b07d4eb2301389b6.tar.xz | |
Oh, those yellow builds...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4306 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index cfabb7c..3cb2dc5 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) { |