1
0
Fork 0
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:
Marcoen Hirschberg 2006-08-21 12:21:16 +00:00
parent e70e053068
commit f59a37d3e8

View file

@ -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 */