Skip to content

Commit 824c6d6

Browse files
authored
Merge pull request #2362 from NXPmicro/HEXIWEAR_Pin_Update
K64 HEXIWEAR: Add CTS and RTS pin defines
2 parents 795d92f + d581798 commit 824c6d6

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)