Disable dbg_flash_id menu for PP5002 devices

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8592 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2006-02-05 21:21:31 +00:00
parent cbfe90e4ab
commit c4c7ff700c

View file

@ -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;