version_2.0
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: TARGET_LPC11U24/cmsis_nvic.h
- Revision:
- 65:5798e58a58b1
- Parent:
- 64:e3affc9e7238
- Child:
- 66:9c8f0e3462fb
diff -r e3affc9e7238 -r 5798e58a58b1 TARGET_LPC11U24/cmsis_nvic.h --- a/TARGET_LPC11U24/cmsis_nvic.h Mon Aug 05 12:28:09 2013 +0300 +++ b/TARGET_LPC11U24/cmsis_nvic.h Mon Aug 12 13:17:46 2013 +0300 @@ -9,6 +9,9 @@ #include "cmsis.h" +#define NVIC_NUM_VECTORS (16 + 32) // CORE + MCU Peripherals +#define NVIC_USER_IRQ_OFFSET 16 + #ifdef __cplusplus extern "C" { #endif