summaryrefslogtreecommitdiff
path: root/time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'time.cpp')
-rw-r--r--time.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/time.cpp b/time.cpp
deleted file mode 100644
index a5d1f0b..0000000
--- a/time.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "time.h"
-#include "interrupt.h"
-
-volatile uint32_t Time::systime;
-
-template<>
-void interrupt<Interrupt::SysTick>() {
- Time::systime++;
-}