mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:22:53 +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
|
||||
|
||||
#ifdef CONFIG_STM32H7_USART6
|
||||
/* USART1 clock enable */
|
||||
/* USART6 clock enable */
|
||||
|
||||
regval |= RCC_APB2ENR_USART6EN;
|
||||
#endif
|
||||
|
||||
@@ -486,7 +486,7 @@ static inline void rcc_enableapb2(void)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_STM32H7_USART6
|
||||
/* USART1 clock enable */
|
||||
/* USART6 clock enable */
|
||||
|
||||
regval |= RCC_APB2ENR_USART6EN;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user