summaryrefslogtreecommitdiff
path: root/fault.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-11-19 17:21:31 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-11-19 19:23:33 +0100
commit025a38a1f743fd9e89cbd477abe3f79a8d098097 (patch)
treea1f20c1b6a7f6c418bee641da923ab3d0d7208fe /fault.cpp
parent9e5875f2908c1ce506e7c5712ccabc379f911360 (diff)
Moved os and hal related files into subdirectories.
Diffstat (limited to 'fault.cpp')
-rw-r--r--fault.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/fault.cpp b/fault.cpp
deleted file mode 100644
index 42ebd30..0000000
--- a/fault.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "interrupt.h"
-
-template<> void interrupt<Interrupt::NMI>() { while(1); }
-template<> void interrupt<Interrupt::HardFault>() { while(1); }
-template<> void interrupt<Interrupt::MemManage>() { while(1); }
-template<> void interrupt<Interrupt::BusFault>() { while(1); }
-template<> void interrupt<Interrupt::UsageFault>() { while(1); }
-//template<> void interrupt<Interrupt::SVCall>() { while(1); }
-template<> void interrupt<Interrupt::PendSV>() { while(1); }
-//template<> void interrupt<Interrupt::SysTick>() { while(1); }