The official mbed C/C SDK provides the software platform and libraries to build your applications.
Fork of mbed by
Diff: TARGET_K64F/cmsis_nvic.h
- Revision:
- 85:024bf7f99721
- Parent:
- 82:6473597d706e
- Child:
- 90:cb3d968589d8
diff -r 0b3ab51c8877 -r 024bf7f99721 TARGET_K64F/cmsis_nvic.h --- a/TARGET_K64F/cmsis_nvic.h Mon May 19 18:14:09 2014 +0100 +++ b/TARGET_K64F/cmsis_nvic.h Wed Jun 11 15:14:05 2014 +0100 @@ -7,7 +7,7 @@ #ifndef MBED_CMSIS_NVIC_H #define MBED_CMSIS_NVIC_H -#define NVIC_NUM_VECTORS (16 + 85) // CORE + MCU Peripherals +#define NVIC_NUM_VECTORS (16 + 86) // CORE + MCU Peripherals #define NVIC_USER_IRQ_OFFSET 16 #include "cmsis.h"