Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_blinky-bmd-200 bmd-200_accel_demo firstRig
Fork of mbed-src by
Revision 572:08b2e7b6bab9, committed 2015-06-16
- Comitter:
- mbed_official
- Date:
- Tue Jun 16 07:30:08 2015 +0100
- Parent:
- 571:a97fd0eca828
- Child:
- 573: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)
{
