summaryrefslogtreecommitdiff
path: root/hal/interrupt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hal/interrupt.cpp')
-rw-r--r--hal/interrupt.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/hal/interrupt.cpp b/hal/interrupt.cpp
index 611b09c..ab9c89a 100644
--- a/hal/interrupt.cpp
+++ b/hal/interrupt.cpp
@@ -166,4 +166,12 @@ vector_t vectors[] __attribute__((section(".vectors"))) = {
interrupt<Interrupt::DMA2_Channel2>,
interrupt<Interrupt::DMA2_Channel3>,
interrupt<Interrupt::DMA2_Channel4_5>,
+ 0, // 60
+ 0, // 61
+ 0, // 62
+ 0, // 63
+ 0, // 64
+ 0, // 65
+ 0, // 66
+ interrupt<(Interrupt::IRQ)67>, // 67
};