added prescaler for 16 bit pwm in LPC1347 target

Fork of mbed-dev by mbed official

Revision:
75:245e7931bad6
Parent:
60:6e6ed0527880
Child:
144:ef7eb2e8f9f7
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/PeripheralPins.h	Fri Feb 26 11:45:10 2016 +0000
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/PeripheralPins.h	Fri Feb 26 17:15:12 2016 +0000
@@ -65,4 +65,8 @@
 extern const PinMap PinMap_SPI_SCLK[];
 extern const PinMap PinMap_SPI_SSEL[];
 
+//*** CAN ***
+extern const PinMap PinMap_CAN_RD[];
+extern const PinMap PinMap_CAN_TD[];
+
 #endif