Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Revision:
103:bad568076d81
Parent:
98:8ab26030e058
--- a/TARGET_EFM32HG_STK3400/cmsis_nvic.h	Wed Jul 08 11:22:30 2015 +0100
+++ b/TARGET_EFM32HG_STK3400/cmsis_nvic.h	Tue Jul 21 09:59:51 2015 +0200
@@ -9,7 +9,7 @@
 
 #include "cmsis.h"
 
-#define NVIC_NUM_VECTORS      (16 + 16)   // CORE + MCU Peripherals
+#define NVIC_NUM_VECTORS      (16 + 21)   // CORE + MCU Peripherals
 #define NVIC_USER_IRQ_OFFSET  16
 
 #ifdef __cplusplus