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:
Brandon Low 2006-03-23 03:48:48 +00:00
parent d6877bc9ae
commit b4d495c69f

View file

@ -283,7 +283,7 @@ void adc_init(void)
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 {
long timeout;