mbed library sources for airmote

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Jun 16 07:30:08 2015 +0100
Parent:
567:a97fd0eca828
Child:
569:18c5cf67e74d
Commit message:
Synchronized with git revision 1d20254fc7dcdb739e9133d44b29e934d582961e

Full URL: https://github.com/mbedmicro/mbed/commit/1d20254fc7dcdb739e9133d44b29e934d582961e/

allow outside access to RtcHandle

Changed in this revision

targets/hal/TARGET_STM/TARGET_STM32L1/rtc_api.c Show annotated file Show diff for this revision Revisions of this file
--- 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)
 {