mbed library sources for airmote

Fork of mbed-src by mbed official

Revision:
568:08b2e7b6bab9
Parent:
522:aee49fe30179
--- a/targets/hal/TARGET_STM/TARGET_STM32L1/rtc_api.c	Mon Jun 15 13:30:08 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32L1/rtc_api.c	Tue Jun 16 07:30:08 2015 +0100
@@ -35,7 +35,7 @@
 
 static int rtc_inited = 0;
 
-static RTC_HandleTypeDef RtcHandle;
+RTC_HandleTypeDef RtcHandle;
 
 void rtc_init(void)
 {