SAMD21: Add interrupt vectors definitions

This commit is contained in:
Gregory Nutt 2015-06-20 14:40:47 -06:00
parent c168878933
commit ab277096fd

View File

@ -77,6 +77,8 @@
#if defined(CONFIG_ARCH_FAMILY_SAMD20)
# include <arch/samdl/samd20_irq.h>
#elif defined(CONFIG_ARCH_FAMILY_SAMD20)
# include <arch/samdl/samd21_irq.h>
#elif defined(CONFIG_ARCH_FAMILY_SAML21)
# include <arch/samdl/saml21_irq.h>
#else