bsp/stm32f4: fix typo in USART2 device name

This commit is contained in:
Karel Gardas
2013-07-22 16:58:28 +02:00
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,