forked from len0rd/rockbox
fix gigabeat simulator build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10674 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e70e053068
commit
f59a37d3e8
1 changed files with 6 additions and 0 deletions
|
@ -338,6 +338,12 @@ bool dbg_flash_id(unsigned* p_manufacturer, unsigned* p_device,
|
|||
(void)p_device;
|
||||
(void)addr1;
|
||||
(void)addr2;
|
||||
#elif CONFIG_CPU == S3C2440
|
||||
/* TODO: Implement for Gigabeat */
|
||||
(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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue