summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 92fe0be63c..81b2f6a905 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -267,7 +267,7 @@ exit:
267/*---------------------------------------------------*/ 267/*---------------------------------------------------*/
268/* SPECIAL DEBUG STUFF */ 268/* SPECIAL DEBUG STUFF */
269/*---------------------------------------------------*/ 269/*---------------------------------------------------*/
270extern int ata_device; 270extern char ata_device;
271extern int ata_io_address; 271extern int ata_io_address;
272extern int num_threads; 272extern int num_threads;
273extern const char *thread_name[]; 273extern const char *thread_name[];
@@ -1063,7 +1063,7 @@ bool dbg_cpufreq(void)
1063 return false; 1063 return false;
1064} 1064}
1065#endif 1065#endif
1066 1066
1067#ifdef HAVE_RTC 1067#ifdef HAVE_RTC
1068/* Read RTC RAM contents and display them */ 1068/* Read RTC RAM contents and display them */
1069bool dbg_rtc(void) 1069bool dbg_rtc(void)
@@ -1373,7 +1373,7 @@ bool view_battery(void)
1373} 1373}
1374 1374
1375#endif 1375#endif
1376 1376
1377#if CONFIG_HWCODEC == MAS3507D 1377#if CONFIG_HWCODEC == MAS3507D
1378bool dbg_mas_info(void) 1378bool dbg_mas_info(void)
1379{ 1379{