diff options
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); |