mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 14:13:04 +00:00
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:
commit
8d6c997551
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue