Skip to content

Commit d581798

Browse files
committed
K64 HEXIWEAR: Add CTS and RTS pin defines
Signed-off-by: Mahadevan Mahesh <[email protected]>
1 parent dd36dc4 commit d581798

File tree

1 file changed

+8
-0
lines changed
  • hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K64F/TARGET_HEXIWEAR

1 file changed

+8
-0
lines changed

hal/targets/hal/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K64F/TARGET_HEXIWEAR/PeripheralPins.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ const PinMap PinMap_UART_RX[] = {
8787
{NC , NC , 0}
8888
};
8989

90+
const PinMap PinMap_UART_CTS[] = {
91+
{NC , NC , 0}
92+
};
93+
94+
const PinMap PinMap_UART_RTS[] = {
95+
{NC , NC , 0}
96+
};
97+
9098
/************SPI***************/
9199
const PinMap PinMap_SPI_SCLK[] = {
92100
{PTB21, SPI_2, 2},

0 commit comments

Comments
 (0)