Copter: minor formatting fix

This commit is contained in:
Randy Mackay 2020-06-24 12:04:08 +09:00
parent 0f6e2b6960
commit dfbb357aaf

View File

@ -557,7 +557,6 @@ const struct LogStructure Copter::log_structure[] = {
// @Field: LastMeasUS: Time when target was last detected
// @Field: EKFOutl: EKF's outlier count
// @Field: Est: Type of estimator used
#if PRECISION_LANDING == ENABLED
{ LOG_PRECLAND_MSG, sizeof(log_Precland),
"PL", "QBBfffffffIIB", "TimeUS,Heal,TAcq,pX,pY,vX,vY,mX,mY,mZ,LastMeasUS,EKFOutl,Est", "s--ddmmddms--","F--00BB00BC--" },