diff options
Diffstat (limited to 'src/stm/ao_adc_stm.c')
| -rw-r--r-- | src/stm/ao_adc_stm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/stm/ao_adc_stm.c b/src/stm/ao_adc_stm.c index 77f121dc..c3cca5e4 100644 --- a/src/stm/ao_adc_stm.c +++ b/src/stm/ao_adc_stm.c @@ -377,7 +377,7 @@ ao_adc_init(void)  #if AO_NUM_ADC > 18  #error "need to finish stm_adc.sqr settings"  #endif -	 +  	/* Turn ADC on */  	stm_adc.cr2 = AO_ADC_CR2_VAL; | 
