1
0
Fork 0
forked from len0rd/rockbox

ADC is the same on all H1x0 models

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7067 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-07-08 15:00:06 +00:00
parent a33fd0f14d
commit 2cf25d0c10

View file

@ -82,7 +82,7 @@ unsigned char adc_scan(int channel);
unsigned short adc_read(int channel);
void adc_init(void);
#ifdef IRIVER_H120
#ifdef IRIVER_H100_SERIES
unsigned char adc_scan(int channel);
#endif