forked from len0rd/rockbox
Fix ipod 3g build that was broken (by me perhaps?)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9200 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d6877bc9ae
commit
b4d495c69f
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ void adc_init(void)
|
||||||
sleep(2); /* Ensure valid readings when adc_init returns */
|
sleep(2); /* Ensure valid readings when adc_init returns */
|
||||||
}
|
}
|
||||||
|
|
||||||
#elif CONFIG_CPU == PP5020 || (CONFIG_CPU == PP5002)
|
#elif (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5002)
|
||||||
|
|
||||||
struct adc_struct {
|
struct adc_struct {
|
||||||
long timeout;
|
long timeout;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue