X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao.h;h=6836e0103a7a155a9011387522a0a05e9c7b96d2;hp=02e10ec0fdad31b1f4ec3a02c799718af72af7f0;hb=e59520e343c2573b1b92c0b3c4aaa93e51bc55d3;hpb=0f2cbd41332b1b63865c5f1a4e749419b469853a 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 */