From 664ed9ef8d43c45d8270b776c1ad46d576dbe248 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 3 Sep 2012 23:20:09 +0200 Subject: Removed temporary entries from vector table. --- interrupt/interrupt.cpp | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'interrupt') diff --git a/interrupt/interrupt.cpp b/interrupt/interrupt.cpp index cebfed7..611b09c 100644 --- a/interrupt/interrupt.cpp +++ b/interrupt/interrupt.cpp @@ -166,22 +166,4 @@ vector_t vectors[] __attribute__((section(".vectors"))) = { interrupt, interrupt, interrupt, - 0, // 60 - 0, // 61 - 0, // 62 - 0, // 63 - 0, // 64 - 0, // 65 - 0, // 66 - 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