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:
534:2939f5396008
Parent:
42:7ca0bbba899b
--- a/hal/can_api.h	Thu Apr 30 07:45:07 2015 +0100
+++ b/hal/can_api.h	Thu Apr 30 09:15:06 2015 +0100
@@ -45,8 +45,8 @@
     MODE_RESET,
     MODE_NORMAL,
     MODE_SILENT,
+    MODE_TEST_LOCAL,
     MODE_TEST_GLOBAL,
-    MODE_TEST_LOCAL,
     MODE_TEST_SILENT
 } CanMode;