STM32L1xx - Fix build error

pull/2619/head
bcostm 2016-09-12 13:46:39 +02:00
parent b55ab0c81c
commit c062626c8e
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,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 ***