forked from len0rd/rockbox
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:
parent
cbfe90e4ab
commit
c4c7ff700c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue