mbed library sources. Supersedes mbed-src.

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

Revision:
154:37f96f9d4de2
Parent:
153:fa9ff456f731
Child:
156:95d6b41a828b
--- a/targets/TARGET_STM/TARGET_STM32F0/common_objects.h	Tue Dec 20 17:27:56 2016 +0000
+++ b/targets/TARGET_STM/TARGET_STM32F0/common_objects.h	Wed Jan 04 16:58:05 2017 +0000
@@ -116,4 +116,8 @@
 }
 #endif
 
+/* STM32F0 HAL doesn't provide this API called in rtc_api.c */
+#define __HAL_RCC_RTC_CLKPRESCALER(__RTCCLKSource__)
+#define RTC_WKUP_IRQn RTC_IRQn
+
 #endif