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 ecdbe26370..d127aefbfb 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -385,8 +385,8 @@ bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device,
385 unsigned addr1, unsigned addr2) 385 unsigned addr1, unsigned addr2)
386 386
387{ 387{
388#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020) 388#ifdef CPU_PP
389 /* TODO: Implement for iPod */ 389 /* TODO: Implement for PortalPlayer */
390 (void)p_manufacturer; 390 (void)p_manufacturer;
391 (void)p_device; 391 (void)p_device;
392 (void)addr1; 392 (void)addr1;