diff options
author | Keith Packard <keithp@keithp.com> | 2012-12-06 10:23:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-12-06 10:23:39 -0800 |
commit | f661da527fb4a3a492f5322e2a718d441e1cde83 (patch) | |
tree | 8299c69eabb77845d6fa84b486a4414a0ab7dd04 /src/drivers/ao_aprs.h | |
parent | c1e6fa32b856b91afa355cd272d2d7287d3ccca1 (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.h | 2 |
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); |