[sam] fixing typo in comment

This commit is contained in:
Thibaut VIARD 2011-11-21 12:18:21 +01:00
parent 7cbb284eb4
commit f77fcec4e9
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ uint32_t analogRead( uint32_t ulPin )
// Read the value
ulValue=adc_get_value( ADC, ulChannel ) ;
// Enable the corresponding channel
// Disable the corresponding channel
adc_disable_channel( ADC, ulChannel ) ;
// Stop the ADC
@ -93,7 +93,7 @@ uint32_t analogRead( uint32_t ulPin )
// Stop the ADC12B
// adc12_stop( ADC12B ) ; // never do adc12_stop() else we have to reconfigure the ADC12B each time
// Enable the corresponding channel
// Disable the corresponding channel
adc12_disable_channel( ADC12B, ulChannel-ADC8 ) ;
break ;