Fix LPE exception handling in ROMFS

This commit is contained in:
Lorenz Meier 2017-06-04 16:59:25 +02:00
parent e6670d7926
commit 6fbf09d8da
3 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@ then
echo "ERROR [init] Estimator LPE not supported on fixed wing. Using EKF2"
param set SYS_MC_EST_GROUP 2
param save
ekf2 start
fi
#

View File

@ -28,7 +28,6 @@ then
echo "ERROR [init] Estimator LPE not available. Using EKF2"
param set SYS_MC_EST_GROUP 2
param save
ekf2 start
fi
fi

View File

@ -29,7 +29,6 @@ then
echo "ERROR [init] Estimator LPE not available. Using EKF2"
param set SYS_MC_EST_GROUP 2
param save
ekf2 start
fi
fi