aboutsummaryrefslogtreecommitdiff
path: root/src/survive_cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_cal.c')
-rwxr-xr-xsrc/survive_cal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/survive_cal.c b/src/survive_cal.c
index 7d83b64..d6657bc 100755
--- a/src/survive_cal.c
+++ b/src/survive_cal.c
@@ -69,8 +69,8 @@ void ootx_packet_clbk_d(ootx_decoder_context *ct, ootx_packet* packet)
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->accel[1] = accel_dir_y;
+ b->accel[2] = accel_dir_z;
b->OOTXSet = 1;
config_set_lighthouse(ctx->lh_config,b,id);