stm32h7xxxx_rcc.c: Fixes typo in comment

This commit is contained in:
Anthony Merlino 2021-05-16 11:28:04 -04:00 committed by Brennan Ashton
parent 35553147ba
commit c9ccbb9e03
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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