mbed-src updated for BMD-200 evaluation board. Just pin numbers are updated.

Dependents:   mbed_blinky-bmd-200 bmd-200_accel_demo firstRig

Fork of mbed-src by mbed official

Replacement for the "mbed" or "mbed-src" library when using the BMD-200 Evaluation kit. This library only remaps the pin names (i.e. LED1 points to p0.01 instead of p0.18, etc) as used by the BMD-200 Evaluation board (select the nRF51822_mkit platform). All other code is untouched.

Files at this revision

API Documentation at this revision

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)
 {