Refs #1116. Renamed UART6 to USART6 in the RS232 driver of the STM32F7 port.

git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@803 5dc33758-31d5-4daf-9ae8-b24bf3d40d73
This commit is contained in:
Frank Voorburg 2020-10-02 10:34:33 +00:00
parent ba4b437d6f
commit 2babeb5354
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
#define USART_CHANNEL UART5
#elif (BOOT_COM_RS232_CHANNEL_INDEX == 5)
/** \brief Set UART base address to UART6. */
#define USART_CHANNEL UART6
#define USART_CHANNEL USART6
#elif (BOOT_COM_RS232_CHANNEL_INDEX == 6)
/** \brief Set UART base address to UART7. */
#define USART_CHANNEL UART7