Browse Source

EKF: Fix output

sbg
Lorenz Meier 9 years ago
parent
commit
f4741f8bf1
  1. 2
      src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp

2
src/modules/ekf_att_pos_estimator/ekf_att_pos_estimator_main.cpp

@ -1672,8 +1672,6 @@ int ekf_att_pos_estimator_main(int argc, char *argv[]) @@ -1672,8 +1672,6 @@ int ekf_att_pos_estimator_main(int argc, char *argv[])
PX4_INFO(".");
}
PX4_INFO(" ");
return 0;
}

Loading…
Cancel
Save