The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
133:99b5ccf27215
Parent:
132:9baf128c2fab
Child:
134:ad3be0349dc5
--- a/TARGET_NUCLEO_F303ZE/TARGET_STM/TARGET_STM32F3/common_objects.h	Tue Dec 20 15:36:52 2016 +0000
+++ b/TARGET_NUCLEO_F303ZE/TARGET_STM/TARGET_STM32F3/common_objects.h	Wed Jan 04 14:13:01 2017 +0000
@@ -116,5 +116,8 @@
 }
 #endif
 
+/* STM32F3 HAL doesn't provide this API called in rtc_api.c */
+#define __HAL_RCC_RTC_CLKPRESCALER(__RTCCLKSource__)
+
 #endif