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: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
Diff: TARGET_EFM32WG_STK3800/cmsis_nvic.h
- Revision:
- 113:f141b2784e32
- Parent:
- 98:8ab26030e058
--- a/TARGET_EFM32WG_STK3800/cmsis_nvic.h Wed Jan 13 09:48:29 2016 +0000 +++ b/TARGET_EFM32WG_STK3800/cmsis_nvic.h Tue Feb 02 14:43:35 2016 +0000 @@ -2,14 +2,14 @@ * Copyright (c) 2009-2011 ARM Limited. All rights reserved. * * CMSIS-style functionality to support dynamic vectors - */ + */ #ifndef MBED_CMSIS_NVIC_H #define MBED_CMSIS_NVIC_H #include "cmsis.h" -#define NVIC_NUM_VECTORS (16 + 39) // CORE + MCU Peripherals +#define NVIC_NUM_VECTORS (16 + 40) // CORE + MCU Peripherals #define NVIC_USER_IRQ_OFFSET 16 #ifdef __cplusplus
