Fixed bug #535.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7292 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
227f9b7e3e
commit
80f5622610
|
@ -439,7 +439,7 @@ void adc_lld_stop(ADCDriver *adcp) {
|
|||
#endif
|
||||
|
||||
#if STM32_ADC_USE_ADC3
|
||||
if (&ADCD1 == adcp)
|
||||
if (&ADCD3 == adcp)
|
||||
rccDisableADC34(FALSE);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue