mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 01:28:46 +08:00
bsp/stm32f4: fix typo in USART2 device name
This commit is contained in:
committed by
Sebastian Huber
parent
b1564cc164
commit
dbce4c603d
@@ -35,7 +35,7 @@ console_tbl Console_Configuration_Ports [] = {
|
||||
#endif
|
||||
#ifdef STM32F4_ENABLE_USART_2
|
||||
{
|
||||
.sDeviceName = "/dev/ttyS2",
|
||||
.sDeviceName = "/dev/ttyS1",
|
||||
.deviceType = SERIAL_CUSTOM,
|
||||
.pDeviceFns = &stm32f4_usart_fns,
|
||||
.ulCtrlPort1 = (uint32_t) STM32F4_USART_2,
|
||||
|
||||
Reference in New Issue
Block a user