1
0
Fork 0
forked from len0rd/rockbox

Bugfix: ata_device is a char in ata.c

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6409 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-05-06 21:55:34 +00:00
parent cb28941c8c
commit 4ddb32008a

View file

@ -267,7 +267,7 @@ exit:
/*---------------------------------------------------*/ /*---------------------------------------------------*/
/* SPECIAL DEBUG STUFF */ /* SPECIAL DEBUG STUFF */
/*---------------------------------------------------*/ /*---------------------------------------------------*/
extern int ata_device; extern char ata_device;
extern int ata_io_address; extern int ata_io_address;
extern int num_threads; extern int num_threads;
extern const char *thread_name[]; extern const char *thread_name[];
@ -1063,7 +1063,7 @@ bool dbg_cpufreq(void)
return false; return false;
} }
#endif #endif
#ifdef HAVE_RTC #ifdef HAVE_RTC
/* Read RTC RAM contents and display them */ /* Read RTC RAM contents and display them */
bool dbg_rtc(void) bool dbg_rtc(void)
@ -1373,7 +1373,7 @@ bool view_battery(void)
} }
#endif #endif
#if CONFIG_HWCODEC == MAS3507D #if CONFIG_HWCODEC == MAS3507D
bool dbg_mas_info(void) bool dbg_mas_info(void)
{ {