From d3ff0f24bca43707d49763391c0b56dc7ba015eb Mon Sep 17 00:00:00 2001 From: "U-owner-PC\\owner" Date: Thu, 11 Jun 2015 18:14:52 -0700 Subject: [PATCH] allow outside access to RtcHandle --- libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L1/rtc_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L1/rtc_api.c b/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L1/rtc_api.c index 9c69525438..ab3117b790 100755 --- a/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L1/rtc_api.c +++ b/libraries/mbed/targets/hal/TARGET_STM/TARGET_STM32L1/rtc_api.c @@ -35,7 +35,7 @@ static int rtc_inited = 0; -static RTC_HandleTypeDef RtcHandle; +RTC_HandleTypeDef RtcHandle; void rtc_init(void) {