summaryrefslogtreecommitdiff
path: root/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'thread.cpp')
-rw-r--r--thread.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/thread.cpp b/thread.cpp
index 7839a19..a08bd61 100644
--- a/thread.cpp
+++ b/thread.cpp
@@ -26,11 +26,6 @@ inline void __attribute__((naked)) switch_context() {
}
template<>
-void interrupt<Interrupt::SysTick>() {
- switch_context();
-}
-
-template<>
void interrupt<Interrupt::SVCall>() {
switch_context();
}