Skip to content

Commit c062626

Browse files
committed
STM32L1xx - Fix build error
1 parent b55ab0c commit c062626

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hal/targets/hal/TARGET_STM/TARGET_STM32L1/PeripheralPins.h

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

5656
extern const PinMap PinMap_UART_TX[];
5757
extern const PinMap PinMap_UART_RX[];
58+
extern const PinMap PinMap_UART_RTS[];
59+
extern const PinMap PinMap_UART_CTS[];
5860

5961
//*** SPI ***
6062

0 commit comments

Comments
 (0)