diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-02-05 21:21:31 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-02-05 21:21:31 +0000 |
| commit | c4c7ff700cd7eae36d624c8936fc62f5cbe885f7 (patch) | |
| tree | 6e07fbc9b8e0f4e4b58e62fb74117b32c8ac1bcc /apps/debug_menu.c | |
| parent | cbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a (diff) | |
| download | rockbox-c4c7ff700cd7eae36d624c8936fc62f5cbe885f7.zip rockbox-c4c7ff700cd7eae36d624c8936fc62f5cbe885f7.tar.gz rockbox-c4c7ff700cd7eae36d624c8936fc62f5cbe885f7.tar.bz2 rockbox-c4c7ff700cd7eae36d624c8936fc62f5cbe885f7.tar.xz | |
Disable dbg_flash_id menu for PP5002 devices
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8592 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index b036613..810831e 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; |