diff --git a/hw/mcu/nordic/nrf91xx/include/mcu/cmsis_nvic.h b/hw/mcu/nordic/nrf91xx/include/mcu/cmsis_nvic.h index 7ea55d2544..26656353f6 100644 --- a/hw/mcu/nordic/nrf91xx/include/mcu/cmsis_nvic.h +++ b/hw/mcu/nordic/nrf91xx/include/mcu/cmsis_nvic.h @@ -10,7 +10,7 @@ #include #include "nrf.h" -#define NVIC_NUM_VECTORS (NVIC_USER_IRQ_OFFSET + 240) /* CORE + MCU Peripherals */ +#define NVIC_NUM_VECTORS (NVIC_USER_IRQ_OFFSET + 64) /* CORE + MCU Peripherals */ #ifdef __cplusplus extern "C" {