aboutsummaryrefslogtreecommitdiff
path: root/src/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clock.h')
-rw-r--r--src/clock.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/clock.h b/src/clock.h
new file mode 100644
index 0000000..30cfb44
--- /dev/null
+++ b/src/clock.h
@@ -0,0 +1,10 @@
+#ifndef CLOCK_H
+#define CLOCK_H
+
+/**
+ * Init the nrf52832 CLOCK device and ensure that clock sources are correctly
+ * selected.
+ */
+bool init_clock();
+
+#endif