stm32f7: Rename USART7/8 to UART7/8.
Matches the existing irq names and the reference manual correctly.
This commit is contained in:
parent
e77bc94b8c
commit
c801a7ffec
@ -708,8 +708,8 @@ enum rcc_periph_clken {
|
|||||||
RCC_CEC = _REG_BIT(0x40, 27),
|
RCC_CEC = _REG_BIT(0x40, 27),
|
||||||
RCC_PWR = _REG_BIT(0x40, 28),
|
RCC_PWR = _REG_BIT(0x40, 28),
|
||||||
RCC_DAC = _REG_BIT(0x40, 29),
|
RCC_DAC = _REG_BIT(0x40, 29),
|
||||||
RCC_USART7 = _REG_BIT(0x40, 30),
|
RCC_UART7 = _REG_BIT(0x40, 30),
|
||||||
RCC_USART8 = _REG_BIT(0x40, 31),
|
RCC_UART8 = _REG_BIT(0x40, 31),
|
||||||
|
|
||||||
/* APB2 peripherals */
|
/* APB2 peripherals */
|
||||||
RCC_TIM1 = _REG_BIT(0x44, 0),
|
RCC_TIM1 = _REG_BIT(0x44, 0),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user