summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-12-05 15:36:12 -0800
committerKeith Packard <keithp@keithp.com>2009-12-05 15:37:33 -0800
commit46f03ab3145a61139c8ca6fc99e8f2798728b5a9 (patch)
tree73ccbbe914fbe9e378134d3620fcd0b35487bc36 /src/ao.h
parentbf29a62532fec12e6af2d2f3a6624882c863e933 (diff)
Re-order config values. Change frequency to cal
Place more often used values at top, and consistently call the radio value 'calibration' instead of 'frequency'. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao.h b/src/ao.h
index d8e1b92a..39f7bea2 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -949,7 +949,7 @@ struct ao_config {
char callsign[AO_MAX_CALLSIGN + 1];
uint8_t apogee_delay; /* minor version 1 */
int16_t accel_minus_g; /* minor version 2 */
- uint32_t radio_frequency; /* minor version 3 */
+ uint32_t radio_cal; /* minor version 3 */
};
extern __xdata struct ao_config ao_config;