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:
parent
cb28941c8c
commit
4ddb32008a
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue