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
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.
Diff: api/mbed_debug.h
- Revision:
- 25:002053b42e66
- Parent:
- 13:0645d8841f51
--- a/api/mbed_debug.h Tue Sep 17 13:30:07 2013 +0100 +++ b/api/mbed_debug.h Wed Sep 18 11:15:05 2013 +0100 @@ -21,7 +21,7 @@ extern "C" { #endif -#ifdef DEVICE_STDIO_MESSAGES +#if DEVICE_STDIO_MESSAGES #include <stdio.h> #include <stdarg.h>