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.

Revision:
586:a89625bcd809
Parent:
577:ad23fe03a082
--- a/targets/hal/TARGET_STM/TARGET_STM32F7/sleep.c	Thu Jul 02 16:30:08 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F7/sleep.c	Mon Jul 06 09:00:34 2015 +0100
@@ -54,7 +54,7 @@
     // Request to enter STOP mode with regulator in low power mode
     HAL_PWR_EnterSTOPMode(PWR_LOWPOWERREGULATOR_ON, PWR_STOPENTRY_WFI);
 
-    // After wake-up from STOP reconfigure the PLL
+    // After wake-up from STOP need to reconfigure the system clock
     SetSysClock();
 }