added irqs for the rest of the efm32 devices
This commit is contained in:
@@ -7,6 +7,12 @@
|
||||
|
||||
#elif defined(EFM32TG)
|
||||
# include "../efm32/efm32tg/vector_nvic.c"
|
||||
#elif defined(EFM32G)
|
||||
# include "../efm32/efm32g/vector_nvic.c"
|
||||
#elif defined(EFM32LG)
|
||||
# include "../efm32/efm32lg/vector_nvic.c"
|
||||
#elif defined(EFM32GG)
|
||||
# include "../efm32/efm32gg/vector_nvic.c"
|
||||
|
||||
#elif defined(LPC43XX)
|
||||
# include "../lpc43xx/vector_nvic.c"
|
||||
|
||||
Reference in New Issue
Block a user