summaryrefslogtreecommitdiff
path: root/src/ao_flight_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_flight_test.c')
-rw-r--r--src/ao_flight_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ao_flight_test.c b/src/ao_flight_test.c
index e55d5ade..56733c89 100644
--- a/src/ao_flight_test.c
+++ b/src/ao_flight_test.c
@@ -179,8 +179,12 @@ struct ao_config {
uint16_t main_deploy;
int16_t accel_plus_g;
int16_t accel_minus_g;
+ uint8_t pad_orientation;
};
+#define AO_PAD_ORIENTATION_ANTENNA_UP 0
+#define AO_PAD_ORIENTATION_ANTENNA_DOWN 1
+
#define ao_config_get()
struct ao_config ao_config;