summaryrefslogtreecommitdiff
path: root/src/drivers/ao_aprs.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-06 10:23:39 -0800
committerKeith Packard <keithp@keithp.com>2012-12-06 10:23:39 -0800
commitf661da527fb4a3a492f5322e2a718d441e1cde83 (patch)
tree8299c69eabb77845d6fa84b486a4414a0ab7dd04 /src/drivers/ao_aprs.h
parentc1e6fa32b856b91afa355cd272d2d7287d3ccca1 (diff)
altos: Hook up APRS to telemetry loop
Send APRS packet once every 2 seconds Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_aprs.h')
-rw-r--r--src/drivers/ao_aprs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/ao_aprs.h b/src/drivers/ao_aprs.h
index a033fa0b..e00dd75b 100644
--- a/src/drivers/ao_aprs.h
+++ b/src/drivers/ao_aprs.h
@@ -18,6 +18,8 @@
#ifndef _AO_APRS_H_
#define _AO_APRS_H_
+#define AO_APRS_INTERVAL_TICKS AO_SEC_TO_TICKS(2)
+
void
ao_aprs_send(void);