diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-09-03 23:20:09 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2012-09-03 23:20:09 +0200 |
commit | 664ed9ef8d43c45d8270b776c1ad46d576dbe248 (patch) | |
tree | fcf03c7aebe496741791a3553990d3bff3851722 /interrupt | |
parent | 8d68e3d9823abe8a9ff6f8b0f6f4addee98bb260 (diff) |
Removed temporary entries from vector table.
Diffstat (limited to 'interrupt')
-rw-r--r-- | interrupt/interrupt.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
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::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 - 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 }; |