soc/st/stm32f7: Fix typo in stm32f7 fixup file
Fix address field STM32 USART8 NAME macro Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
d76a5592e4
commit
0d81496fc5
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
|||
#define CONFIG_UART_STM32_USART_8_BASE_ADDRESS ST_STM32_USART_40007C00_BASE_ADDRESS
|
||||
#define CONFIG_UART_STM32_USART_8_BAUD_RATE ST_STM32_USART_40007C00_CURRENT_SPEED
|
||||
#define CONFIG_UART_STM32_USART_8_IRQ_PRI ST_STM32_USART_40007C00_IRQ_0_PRIORITY
|
||||
#define CONFIG_UART_STM32_USART_8_NAME ST_STM32_USART_40007800_LABEL
|
||||
#define CONFIG_UART_STM32_USART_8_NAME ST_STM32_USART_40007C00_LABEL
|
||||
#define USART_8_IRQ ST_STM32_USART_40007C00_IRQ_0
|
||||
#define CONFIG_UART_STM32_USART_8_CLOCK_BITS ST_STM32_USART_40007C00_CLOCK_BITS
|
||||
#define CONFIG_UART_STM32_USART_8_CLOCK_BUS ST_STM32_USART_40007C00_CLOCK_BUS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue