summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/timer.h')
-rw-r--r--digital/beacon/src/timer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/digital/beacon/src/timer.h b/digital/beacon/src/timer.h
new file mode 100644
index 00000000..8973a36b
--- /dev/null
+++ b/digital/beacon/src/timer.h
@@ -0,0 +1,6 @@
+#ifndef _TIMER_H
+#define _TIMER_H
+
+void init_timer3(void);
+
+#endif \ No newline at end of file