Merged in raiden00/nuttx (pull request #536)

stm32f33xxx_rcc: fix CAN clock enable

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Mateusz Szafoni
2017-11-22 15:57:06 +00:00
committed by Gregory Nutt
+1 -1
View File
@@ -237,7 +237,7 @@ static inline void rcc_enableapb1(void)
#ifdef CONFIG_STM32_CAN1
/* CAN1 clock enable */
regval |= RCC_APB1ENR_CAN1EN;
regval |= RCC_APB1ENR_CANEN;
#endif
#ifdef CONFIG_STM32_DAC2