Skip to content

Commit 09cf02e

Browse files
bcostmadbridge
authored andcommitted
Add external declaration of PinMap_UART_RTS/CTS[] const tables
1 parent 95ccd4d commit 09cf02e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

targets/TARGET_STM/TARGET_STM32F1/PeripheralPins.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ extern const PinMap PinMap_PWM[];
5151

5252
extern const PinMap PinMap_UART_TX[];
5353
extern const PinMap PinMap_UART_RX[];
54+
extern const PinMap PinMap_UART_RTS[];
55+
extern const PinMap PinMap_UART_CTS[];
5456

5557
//*** SPI ***
5658

0 commit comments

Comments
 (0)