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:
396:bfce16e86ea4
Parent:
285:31249416b6f9
diff -r 83f921546702 -r bfce16e86ea4 common/mbed_interface.c
--- a/common/mbed_interface.c	Fri Nov 07 15:45:07 2014 +0000
+++ b/common/mbed_interface.c	Mon Nov 10 07:45:06 2014 +0000
@@ -98,6 +98,7 @@
             mac[i] = byte;
             p += 2;
         }
+        mac[0] &= ~0x01;    // reset the IG bit in the address; see IEE 802.3-2002, Section 3.2.3(b)
     } else {  // else return a default MAC
 #endif
         mac[0] = 0x00;