diff options
author | Bdale Garbee <bdale@gag.com> | 2009-10-12 15:57:08 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2009-10-12 15:57:08 -0600 |
commit | c57bd7fd2f80e50b0b4c87fccb024ab07c93773d (patch) | |
tree | de0f94864c9a8e820487a748a2e49f0659c0f1b9 /src/ao.h | |
parent | adf8764bc4591795ba4e618ccbd6393fc6ce6450 (diff) | |
parent | 2b765728ce177e26899f6feef00bfdf6aeaf2678 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -860,7 +860,7 @@ ao_igniter_init(void); */ #define AO_CONFIG_MAJOR 1 -#define AO_CONFIG_MINOR 0 +#define AO_CONFIG_MINOR 1 struct ao_config { uint8_t major; @@ -869,6 +869,7 @@ struct ao_config { int16_t accel_zero_g; uint8_t radio_channel; char callsign[AO_MAX_CALLSIGN + 1]; + uint8_t apogee_delay; }; extern __xdata struct ao_config ao_config; |