diff options
author | Keith Packard <keithp@keithp.com> | 2009-12-05 15:36:12 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-12-05 15:37:33 -0800 |
commit | 46f03ab3145a61139c8ca6fc99e8f2798728b5a9 (patch) | |
tree | 73ccbbe914fbe9e378134d3620fcd0b35487bc36 /src/ao.h | |
parent | bf29a62532fec12e6af2d2f3a6624882c863e933 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |