git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3524 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
46870077b8
commit
e6b38cdd37
|
@ -162,10 +162,10 @@ void adc_lld_start(ADCDriver *adcp) {
|
||||||
}
|
}
|
||||||
#endif /* STM32_ADC_USE_ADC1 */
|
#endif /* STM32_ADC_USE_ADC1 */
|
||||||
|
|
||||||
|
|
||||||
/* ADC initial setup, starting the analog part here in order to reduce
|
/* ADC initial setup, starting the analog part here in order to reduce
|
||||||
the latency when starting a conversion.*/
|
the latency when starting a conversion.*/
|
||||||
adcp->adc->CR1 = 0;
|
adcp->adc->CR1 = 0;
|
||||||
|
adcp->adc->CR2 = 0;
|
||||||
adcp->adc->CR2 = ADC_CR2_ADON;
|
adcp->adc->CR2 = ADC_CR2_ADON;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue