aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_cal.c')
-rwxr-xr-xsrc/survive_cal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/survive_cal.c b/src/survive_cal.c
index f3a682a..7d83b64 100755
--- a/src/survive_cal.c
+++ b/src/survive_cal.c
@@ -68,6 +68,9 @@ void ootx_packet_clbk_d(ootx_decoder_context *ct, ootx_packet* packet)
b->fcalgibpha[1] = v6.fcal_1_gibphase;
b->fcalgibmag[0] = v6.fcal_0_gibmag;
b->fcalgibmag[1] = v6.fcal_1_gibmag;
+ b->accel[0] = accel_dir_x;
+ b->accel[1] = accel_dir_x;
+ b->accel[2] = accel_dir_x;
b->OOTXSet = 1;
config_set_lighthouse(ctx->lh_config,b,id);