From 0d9b1a8d77ef83080d56959c9369a75859bc7289 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sun, 25 Mar 2012 01:44:07 +0100 Subject: Ported to suzumebachi r3 board. --- hal/interrupt.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'hal/interrupt.cpp') diff --git a/hal/interrupt.cpp b/hal/interrupt.cpp index ab9c89a..cebfed7 100644 --- a/hal/interrupt.cpp +++ b/hal/interrupt.cpp @@ -173,5 +173,15 @@ vector_t vectors[] __attribute__((section(".vectors"))) = { 0, // 64 0, // 65 0, // 66 - interrupt<(Interrupt::IRQ)67>, // 67 + 0, // 67 + 0, // 68 + 0, // 69 + 0, // 70 + 0, // 71 + 0, // 72 + 0, // 73 + 0, // 74 + 0, // 75 + 0, // 76 + interrupt<(Interrupt::IRQ)77>, // 77 }; -- cgit v1.2.3