From 4ddb32008a6a16178cdc9b3d3e207014b8380dda Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 6 May 2005 21:55:34 +0000 Subject: Bugfix: ata_device is a char in ata.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6409 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 92fe0be63c..81b2f6a905 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -267,7 +267,7 @@ exit: /*---------------------------------------------------*/ /* SPECIAL DEBUG STUFF */ /*---------------------------------------------------*/ -extern int ata_device; +extern char ata_device; extern int ata_io_address; extern int num_threads; extern const char *thread_name[]; @@ -1063,7 +1063,7 @@ bool dbg_cpufreq(void) return false; } #endif - + #ifdef HAVE_RTC /* Read RTC RAM contents and display them */ bool dbg_rtc(void) @@ -1373,7 +1373,7 @@ bool view_battery(void) } #endif - + #if CONFIG_HWCODEC == MAS3507D bool dbg_mas_info(void) { -- cgit v1.2.3