summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ao.h b/src/ao.h
index 0f3f0ea7..b6862a87 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -861,7 +861,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;
@@ -870,6 +870,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;