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 ecdbe26..d127aef 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,
unsigned addr1, unsigned addr2)
{
-#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
- /* TODO: Implement for iPod */
+#ifdef CPU_PP
+ /* TODO: Implement for PortalPlayer */
(void)p_manufacturer;
(void)p_device;
(void)addr1;