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:
13:0645d8841f51
Parent:
10:3bc89ef62ce7
Child:
19:398f4c622e1b
--- a/common/pinmap_common.c	Wed Jul 24 11:11:21 2013 +0100
+++ b/common/pinmap_common.c	Mon Aug 05 14:12:34 2013 +0300
@@ -22,6 +22,7 @@
     while (map->pin != NC) {
         if (map->pin == pin) {
             pin_function(pin, map->function);
+            
             pin_mode(pin, PullNone);
             return;
         }