aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/dispatch/nvic.h
diff options
context:
space:
mode:
authorchrysn2012-10-18 17:30:18 +0200
committerchrysn2012-10-18 17:33:20 +0200
commitae832b4ee87f2cf94b29f790bc04d7b570109919 (patch)
treee8849afc004ca47bbdd4c641af1a1716daa87c23 /include/libopencm3/dispatch/nvic.h
parent5ceb377a378203c80580fbe5160000fca998b635 (diff)
split irq.yaml output in nvic.h and vector_nvic.h
the weak pragmas need to be used in the very compilation unit where their target is defined, requiring another dispatch
Diffstat (limited to 'include/libopencm3/dispatch/nvic.h')
-rw-r--r--include/libopencm3/dispatch/nvic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libopencm3/dispatch/nvic.h b/include/libopencm3/dispatch/nvic.h
index 67ba544..d8e7889 100644
--- a/include/libopencm3/dispatch/nvic.h
+++ b/include/libopencm3/dispatch/nvic.h
@@ -15,6 +15,5 @@
# warning"no chipset defined; user interrupts are disabled"
#define NVIC_IRQ_COUNT 0
-#define IRQ_HANDLERS
#endif