mirror of https://github.com/ARMmbed/mbed-os.git
Fix incorrect pin in PinMap_UART_RX - issue mbedmicro/mbed#1657 (#1675)
PTC6 was wrong, should be PTD6pull/1676/head
parent
60b322a521
commit
a11f73cb26
|
@ -108,7 +108,7 @@ const PinMap PinMap_UART_RX[] = {
|
|||
{PTC3 , UART_1, 3},
|
||||
{PTC14, UART_4, 3},
|
||||
{PTD2 , UART_2, 3},
|
||||
{PTC6 , UART_0, 3},
|
||||
{PTD6 , UART_0, 3},
|
||||
{NC , NC , 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue