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/InterruptManager.cpp
- Revision:
- 390:35c2c1cf29cd
- Parent:
- 262:85569914dbe0
diff -r cdd2bb0365fe -r 35c2c1cf29cd common/InterruptManager.cpp --- a/common/InterruptManager.cpp Thu Nov 06 08:45:07 2014 +0000 +++ b/common/InterruptManager.cpp Thu Nov 06 11:00:10 2014 +0000 @@ -1,3 +1,6 @@ +#include "cmsis.h" +#if defined(NVIC_NUM_VECTORS) + #include "InterruptManager.h" #include <string.h> @@ -87,3 +90,4 @@ } // namespace mbed +#endif