summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index 02e10ec0..6836e010 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -121,6 +121,10 @@ ao_timer_isr(void) interrupt 9;
void
ao_timer_init(void);
+/* Initialize the hardware clock. Must be called first */
+void
+ao_clock_init(void);
+
/*
* ao_adc.c
*/