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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index b036613e3e..810831eb0c 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -353,7 +353,7 @@ bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device,
353 unsigned addr1, unsigned addr2) 353 unsigned addr1, unsigned addr2)
354 354
355{ 355{
356#if CONFIG_CPU == PP5020 356#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
357 /* TODO: Implement for iPod */ 357 /* TODO: Implement for iPod */
358 (void)p_manufacturer; 358 (void)p_manufacturer;
359 (void)p_device; 359 (void)p_device;