aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f4
diff options
context:
space:
mode:
authorchrysn2012-10-18 13:19:55 +0200
committerchrysn2012-10-18 13:19:55 +0200
commita8a6eb39e9dfa25a9934298c6321b912337c0621 (patch)
tree7746ebc7a6cc120bbca0735d8484f95e6cf93613 /include/libopencm3/stm32/f4
parentf705d1cd6ec77f6610046c3d9a009c263b526f25 (diff)
add irq cound to existing nvic.h files
Diffstat (limited to 'include/libopencm3/stm32/f4')
-rw-r--r--include/libopencm3/stm32/f4/nvic_f4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libopencm3/stm32/f4/nvic_f4.h b/include/libopencm3/stm32/f4/nvic_f4.h
index 91b6c25..013e3b5 100644
--- a/include/libopencm3/stm32/f4/nvic_f4.h
+++ b/include/libopencm3/stm32/f4/nvic_f4.h
@@ -109,4 +109,6 @@
#define NVIC_CRYP_IRQ 79
#define NVIC_HASH_RNG_IRQ 80
+#define NVIC_IRQ_COUNT 81
+
#endif