summaryrefslogtreecommitdiff
path: root/thread.cpp
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-09-04 02:12:45 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-09-04 02:12:45 +0200
commitbb2955ea4bb5c0f9431653351a47b373a2391389 (patch)
tree29e325c8ab76b089cbbd57505f7adc9b3117a440 /thread.cpp
parente9f8369ce8b464f178c778ff8bcc3f54fe70b30c (diff)
Added systick based sleep().
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();
}