Fixed bug #1158.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@14355 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
e5a4f010f6
commit
3c22b1beb4
|
@ -551,7 +551,7 @@ void adc_lld_stop(ADCDriver *adcp) {
|
||||||
* @notapi
|
* @notapi
|
||||||
*/
|
*/
|
||||||
void adc_lld_start_conversion(ADCDriver *adcp) {
|
void adc_lld_start_conversion(ADCDriver *adcp) {
|
||||||
uint32_t dmamode, cfgr;
|
uint32_t dmamode, cfgr = 0U;
|
||||||
const ADCConversionGroup *grpp = adcp->grpp;
|
const ADCConversionGroup *grpp = adcp->grpp;
|
||||||
|
|
||||||
#if STM32_ADC_USE_ADC12 == TRUE
|
#if STM32_ADC_USE_ADC12 == TRUE
|
||||||
|
|
|
@ -76,6 +76,7 @@
|
||||||
*** 20.3.4 ***
|
*** 20.3.4 ***
|
||||||
- NEW: Files mcuconf.h for STM32F746, F767, L432, L452, L476, L496 received
|
- NEW: Files mcuconf.h for STM32F746, F767, L432, L452, L476, L496 received
|
||||||
the missing setting STM32_WSPI_QUADSPI1_PRESCALER_VALUE.
|
the missing setting STM32_WSPI_QUADSPI1_PRESCALER_VALUE.
|
||||||
|
- FIX: Fixed warning in STM32 ADCv4 (bug #1158).
|
||||||
- FIX: Fixed wrong check on HAL_USE_RTC in STM32G4 clock initialization
|
- FIX: Fixed wrong check on HAL_USE_RTC in STM32G4 clock initialization
|
||||||
(bug #1157).
|
(bug #1157).
|
||||||
- FIX: Fixed wrong checks related to PLLSAI2 on L4 and L4+ (bug #1156).
|
- FIX: Fixed wrong checks related to PLLSAI2 on L4 and L4+ (bug #1156).
|
||||||
|
|
Loading…
Reference in New Issue