aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/efm32/tinygecko/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libopencm3/efm32/tinygecko/vector.h')
-rw-r--r--include/libopencm3/efm32/tinygecko/vector.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/libopencm3/efm32/tinygecko/vector.h b/include/libopencm3/efm32/tinygecko/vector.h
new file mode 100644
index 0000000..c609da3
--- /dev/null
+++ b/include/libopencm3/efm32/tinygecko/vector.h
@@ -0,0 +1,11 @@
+/* this implements d0002_efm32_cortex-m3_reference_manual.pdf's table 1.1's "number of interrupts" line. */
+
+
+#ifndef LIBOPENCM3_EFM32_TINYGECKO_VECTOR_H
+#define LIBOPENCM3_EFM32_TINYGECKO_VECTOR_H
+
+#define EFM32_VECTOR_NIRQ 23
+
+#include "../vector.h"
+
+#endif