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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 9e654b1d45..9b3e6e9f8b 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -342,7 +342,7 @@ static bool dbg_audio_thread(void)
342#endif /* HAVE_LCD_BITMAP */ 342#endif /* HAVE_LCD_BITMAP */
343 343
344 344
345#if (CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE)) && !defined(SIMULATOR) 345#if (CONFIG_CPU == SH7034 || defined(CPU_COLDFIRE))
346/* Tool function to read the flash manufacturer and type, if available. 346/* Tool function to read the flash manufacturer and type, if available.
347 Only chips which could be reprogrammed in system will return values. 347 Only chips which could be reprogrammed in system will return values.
348 (The mode switch addresses vary between flash manufacturers, hence addr1/2) */ 348 (The mode switch addresses vary between flash manufacturers, hence addr1/2) */
@@ -396,7 +396,7 @@ static bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device,
396 } 396 }
397 return false; /* fail */ 397 return false; /* fail */
398} 398}
399#endif /* (CONFIG_CPU == SH7034 || CPU_COLDFIRE) && !SIMULATOR */ 399#endif /* (CONFIG_CPU == SH7034 || CPU_COLDFIRE) */
400 400
401#ifndef SIMULATOR 401#ifndef SIMULATOR
402#ifdef HAVE_LCD_BITMAP 402#ifdef HAVE_LCD_BITMAP