1
0
Fork 0
forked from len0rd/rockbox

Removed a compiler warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3837 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-07-16 22:39:15 +00:00
parent 41249b7059
commit a2134422d4

View file

@ -77,7 +77,6 @@ static void adc_batch_convert(bool lower)
void adc_init(void)
{
int i;
ADCR = 0x7f; /* No external trigger; other bits should be 1 according to the manual... */
current_channel = 0;