forked from len0rd/rockbox
Removed TAB chars
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
756e74538f
commit
a550b07886
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ static void adc_tick(void)
|
||||||
/* Start a conversion on the next channel */
|
/* Start a conversion on the next channel */
|
||||||
current_channel++;
|
current_channel++;
|
||||||
if(current_channel == NUM_ADC_CHANNELS)
|
if(current_channel == NUM_ADC_CHANNELS)
|
||||||
current_channel = 0;
|
current_channel = 0;
|
||||||
ADCSR = ADCSR_ADST | current_channel;
|
ADCSR = ADCSR_ADST | current_channel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue