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