summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 92fe0be..81b2f6a 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)
{