Add external declaration of PinMap_UART_RTS/CTS[] const tables

pull/3399/head
bcostm 2016-12-08 16:43:26 +01:00
parent 1b019c398b
commit 88988b688b
1 changed files with 2 additions and 0 deletions

View File

@ -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 ***