diff --git a/sw/airborne/subsystems/ahrs/ahrs_float_dcm.c b/sw/airborne/subsystems/ahrs/ahrs_float_dcm.c index 58a5a22acf..a74caa4730 100644 --- a/sw/airborne/subsystems/ahrs/ahrs_float_dcm.c +++ b/sw/airborne/subsystems/ahrs/ahrs_float_dcm.c @@ -194,7 +194,7 @@ void ahrs_propagate(void) Matrix_update(); // INFO, ahrs struct only updated in ahrs_update_fw_estimator - //Normalize(); + Normalize(); } void ahrs_update_accel(void)