aboutsummaryrefslogtreecommitdiff
path: root/src/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/clock.h')
-rw-r--r--src/clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clock.h b/src/clock.h
index 30cfb44..8c5d1f0 100644
--- a/src/clock.h
+++ b/src/clock.h
@@ -5,6 +5,6 @@
* Init the nrf52832 CLOCK device and ensure that clock sources are correctly
* selected.
*/
-bool init_clock();
+int init_clock();
#endif