From 88988b688b01264dec4ca8536a077ae143c95589 Mon Sep 17 00:00:00 2001 From: bcostm Date: Thu, 8 Dec 2016 16:43:26 +0100 Subject: [PATCH] Add external declaration of PinMap_UART_RTS/CTS[] const tables --- targets/TARGET_STM/TARGET_STM32F1/PeripheralPins.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/TARGET_STM/TARGET_STM32F1/PeripheralPins.h b/targets/TARGET_STM/TARGET_STM32F1/PeripheralPins.h index 0a523c61ca..93ce0c50b0 100644 --- a/targets/TARGET_STM/TARGET_STM32F1/PeripheralPins.h +++ b/targets/TARGET_STM/TARGET_STM32F1/PeripheralPins.h @@ -51,6 +51,8 @@ extern const PinMap PinMap_PWM[]; extern const PinMap PinMap_UART_TX[]; extern const PinMap PinMap_UART_RX[]; +extern const PinMap PinMap_UART_RTS[]; +extern const PinMap PinMap_UART_CTS[]; //*** SPI ***