Skip to content

Commit a11f73c

Browse files
Colin Hogben0xc0170
authored andcommitted
Fix incorrect pin in PinMap_UART_RX - issue #1657 (#1675)
PTC6 was wrong, should be PTD6
1 parent 60b322a commit a11f73c

File tree

1 file changed

+1
-1
lines changed
  • libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_MCU_K64F/TARGET_FRDM

1 file changed

+1
-1
lines changed

libraries/mbed/targets/hal/TARGET_Freescale/TARGET_KPSDK_MCUS/TARGET_MCU_K64F/TARGET_FRDM/PeripheralPins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const PinMap PinMap_UART_RX[] = {
108108
{PTC3 , UART_1, 3},
109109
{PTC14, UART_4, 3},
110110
{PTD2 , UART_2, 3},
111-
{PTC6 , UART_0, 3},
111+
{PTD6 , UART_0, 3},
112112
{NC , NC , 0}
113113
};
114114

0 commit comments

Comments
 (0)