mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
stm32h7xxxx_rcc.c: Fixes typo in comment
This commit is contained in:
committed by
Brennan Ashton
parent
35553147ba
commit
c9ccbb9e03
@@ -486,7 +486,7 @@ static inline void rcc_enableapb2(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_STM32H7_USART6
|
#ifdef CONFIG_STM32H7_USART6
|
||||||
/* USART1 clock enable */
|
/* USART6 clock enable */
|
||||||
|
|
||||||
regval |= RCC_APB2ENR_USART6EN;
|
regval |= RCC_APB2ENR_USART6EN;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -486,7 +486,7 @@ static inline void rcc_enableapb2(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_STM32H7_USART6
|
#ifdef CONFIG_STM32H7_USART6
|
||||||
/* USART1 clock enable */
|
/* USART6 clock enable */
|
||||||
|
|
||||||
regval |= RCC_APB2ENR_USART6EN;
|
regval |= RCC_APB2ENR_USART6EN;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user