mirror of https://github.com/FOME-Tech/openblt.git
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:
parent
ba4b437d6f
commit
2babeb5354
|
@ -62,7 +62,7 @@
|
||||||
#define USART_CHANNEL UART5
|
#define USART_CHANNEL UART5
|
||||||
#elif (BOOT_COM_RS232_CHANNEL_INDEX == 5)
|
#elif (BOOT_COM_RS232_CHANNEL_INDEX == 5)
|
||||||
/** \brief Set UART base address to UART6. */
|
/** \brief Set UART base address to UART6. */
|
||||||
#define USART_CHANNEL UART6
|
#define USART_CHANNEL USART6
|
||||||
#elif (BOOT_COM_RS232_CHANNEL_INDEX == 6)
|
#elif (BOOT_COM_RS232_CHANNEL_INDEX == 6)
|
||||||
/** \brief Set UART base address to UART7. */
|
/** \brief Set UART base address to UART7. */
|
||||||
#define USART_CHANNEL UART7
|
#define USART_CHANNEL UART7
|
||||||
|
|
Loading…
Reference in New Issue