summaryrefslogtreecommitdiff
path: root/src/arch/lm4f120h5qr-stellaris/driver/uptime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/lm4f120h5qr-stellaris/driver/uptime.cc')
-rw-r--r--src/arch/lm4f120h5qr-stellaris/driver/uptime.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/arch/lm4f120h5qr-stellaris/driver/uptime.cc b/src/arch/lm4f120h5qr-stellaris/driver/uptime.cc
new file mode 100644
index 0000000..7e37a7b
--- /dev/null
+++ b/src/arch/lm4f120h5qr-stellaris/driver/uptime.cc
@@ -0,0 +1,8 @@
+/*
+ * Copyright 2021 Daniel Friesel
+ *
+ * SPDX-License-Identifier: BSD-2-Clause
+ */
+#include "driver/uptime.h"
+
+Uptime uptime;