summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-05 21:21:31 +0000
committerDave Chapman <dave@dchapman.com>2006-02-05 21:21:31 +0000
commitc4c7ff700cd7eae36d624c8936fc62f5cbe885f7 (patch)
tree6e07fbc9b8e0f4e4b58e62fb74117b32c8ac1bcc
parentcbfe90e4abd16e4ab2b9f3a6f9c24c55c4665a9a (diff)
downloadrockbox-c4c7ff700cd7eae36d624c8936fc62f5cbe885f7.tar.gz
rockbox-c4c7ff700cd7eae36d624c8936fc62f5cbe885f7.zip
Disable dbg_flash_id menu for PP5002 devices
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8592 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
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,
353 unsigned addr1, unsigned addr2) 353 unsigned addr1, unsigned addr2)
354 354
355{ 355{
356#if CONFIG_CPU == PP5020 356#if (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
357 /* TODO: Implement for iPod */ 357 /* TODO: Implement for iPod */
358 (void)p_manufacturer; 358 (void)p_manufacturer;
359 (void)p_device; 359 (void)p_device;