From 025a38a1f743fd9e89cbd477abe3f79a8d098097 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 19 Nov 2011 17:21:31 +0100 Subject: Moved os and hal related files into subdirectories. --- time.cpp | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 time.cpp (limited to 'time.cpp') 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() { - Time::systime++; -} -- cgit v1.2.3