summaryrefslogtreecommitdiff
path: root/fault.cpp
diff options
context:
space:
mode:
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); }