Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: frdm_kl05z_gpio_test
Fork of mbed-src by
Diff: targets/cmsis/TARGET_NXP/TARGET_LPC176X/cmsis_nvic.h
- Revision:
- 15:4892fe388435
- Parent:
- 13:0645d8841f51
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC176X/cmsis_nvic.h Mon Aug 05 14:54:27 2013 +0000
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC176X/cmsis_nvic.h Wed Aug 07 16:43:59 2013 +0300
@@ -9,6 +9,9 @@
#include "cmsis.h"
+#define NVIC_NUM_VECTORS (16 + 33)
+#define NVIC_USER_IRQ_OFFSET 16
+
#ifdef __cplusplus
extern "C" {
#endif
