mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
187:0387e8f68319
Parent:
160:d5399cc887bb
Child:
189:f392fc9709a3
--- a/targets/TARGET_STM/TARGET_STM32F0/pwmout_device.c	Fri Jun 22 16:45:37 2018 +0100
+++ b/targets/TARGET_STM/TARGET_STM32F0/pwmout_device.c	Thu Sep 06 13:40:20 2018 +0100
@@ -33,8 +33,7 @@
 
 #ifdef DEVICE_PWMOUT
 
-const pwm_apb_map_t pwm_apb_map_table[] =
-{
+const pwm_apb_map_t pwm_apb_map_table[] = {
 #if defined(TIM2_BASE)
     {PWM_2, PWMOUT_ON_APB1},
 #endif