summaryrefslogtreecommitdiff
path: root/os/time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'os/time.cpp')
-rw-r--r--os/time.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/time.cpp b/os/time.cpp
new file mode 100644
index 0000000..6c96027
--- /dev/null
+++ b/os/time.cpp
@@ -0,0 +1,3 @@
+#include "time.h"
+
+volatile uint32_t Time::systime;