diff options
| author | Dave Chapman <dave@dchapman.com> | 2006-01-12 00:35:50 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2006-01-12 00:35:50 +0000 |
| commit | d83e929f3fc369a5981e1e40e1c5307169a46cfc (patch) | |
| tree | ac323ca5811374a030a1b65bb77fc7ccc163db04 /apps/debug_menu.c | |
| parent | 8d130684214d23a9163810d1dacc33d108f2338a (diff) | |
| download | rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.zip rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.tar.gz rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.tar.bz2 rockbox-d83e929f3fc369a5981e1e40e1c5307169a46cfc.tar.xz | |
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 4bb2cfb..69c0e2f 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -359,6 +359,12 @@ bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device, (void)p_device; (void)addr1; (void)addr2; +#elif CONFIG_CPU == PNX0101 + /* TODO: Implement for iFP7xx */ + (void)p_manufacturer; + (void)p_device; + (void)addr1; + (void)addr2; #else unsigned not_manu, not_id; /* read values before switching to ID mode */ unsigned manu, id; /* read values when in ID mode */ |