summaryrefslogtreecommitdiff
path: root/src/core/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ao.h')
-rw-r--r--src/core/ao.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/ao.h b/src/core/ao.h
index 731b43c8..0ad3e4aa 100644
--- a/src/core/ao.h
+++ b/src/core/ao.h
@@ -749,8 +749,7 @@ struct ao_config {
#if AO_PYRO_NUM
struct ao_pyro pyro[AO_PYRO_NUM]; /* minor version 12 */
#endif
- uint8_t aprs_interval; /* minor version 13 */
- uint8_t aprs_width; /* minor version 13 */
+ uint16_t aprs_interval; /* minor version 13 */
#if HAS_RADIO_POWER
uint8_t radio_power; /* minor version 14 */
#endif
@@ -770,10 +769,6 @@ struct ao_config {
#define AO_PAD_ORIENTATION_ANTENNA_UP 0
#define AO_PAD_ORIENTATION_ANTENNA_DOWN 1
-#define AO_APRS_WIDTH_NARROW 0
-#define AO_APRS_WIDTH_MEDIUM 1
-#define AO_APRS_WIDTH_WIDE 2
-
extern __xdata struct ao_config ao_config;
#define AO_CONFIG_MAX_SIZE 128