summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-07 17:18:32 -0800
committerKeith Packard <keithp@keithp.com>2012-12-07 17:18:32 -0800
commitb28323ce91d23db5e1c3cbd1309c72aafcfbe235 (patch)
treeb982d32f7b073c470d082e13fc814b7adc36aeff /src/drivers
parentf8a704268f0978a39b9c7983e049ef55914f7280 (diff)
altos: Make APRS interval configurable
This provides a separate configuration value for APRS, allowing the interval between APRS reports to vary. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/ao_aprs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/ao_aprs.h b/src/drivers/ao_aprs.h
index e00dd75b..a033fa0b 100644
--- a/src/drivers/ao_aprs.h
+++ b/src/drivers/ao_aprs.h
@@ -18,8 +18,6 @@
#ifndef _AO_APRS_H_
#define _AO_APRS_H_
-#define AO_APRS_INTERVAL_TICKS AO_SEC_TO_TICKS(2)
-
void
ao_aprs_send(void);