summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5994lp/driver/timer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/msp430fr5994lp/driver/timer.cc')
-rw-r--r--src/arch/msp430fr5994lp/driver/timer.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/msp430fr5994lp/driver/timer.cc b/src/arch/msp430fr5994lp/driver/timer.cc
new file mode 100644
index 0000000..4f2d6d1
--- /dev/null
+++ b/src/arch/msp430fr5994lp/driver/timer.cc
@@ -0,0 +1,3 @@
+#include "driver/timer.h"
+
+Timer timer;