Merge branch 'master' into aprs
[fw/altos] / src / drivers / ao_aprs.h
index fe3c63490fe90b0c53103978c874130a58771fa9..e00dd75bf6d79405778305f31535d88850464163 100644 (file)
 #ifndef _AO_APRS_H_
 #define _AO_APRS_H_
 
-void
-ao_aprs_send(void);
+#define AO_APRS_INTERVAL_TICKS AO_SEC_TO_TICKS(2)
 
 void
-ao_aprs_init(void);
+ao_aprs_send(void);
 
 #endif /* _AO_APRS_H_ */