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: common/BusInOut.cpp
- Revision:
- 460:777fdfed0738
- Parent:
- 458:8bc3a354916d
diff -r eac4c60f761b -r 777fdfed0738 common/BusInOut.cpp --- a/common/BusInOut.cpp Wed Jan 28 11:15:07 2015 +0000 +++ b/common/BusInOut.cpp Thu Jan 29 07:30:07 2015 +0000 @@ -14,6 +14,7 @@ * limitations under the License. */ #include "BusInOut.h" +#include "mbed_assert.h" namespace mbed {