Browse Source

EKF: Add error macro when running into errors

sbg
Lorenz Meier 9 years ago
parent
commit
626edc6a8d
  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

@ -1691,6 +1691,6 @@ int ekf_att_pos_estimator_main(int argc, char *argv[])
return ret; return ret;
} }
PX4_WARN("unrecognized command"); PX4_ERR("unrecognized command");
return 1; return 1;
} }

Loading…
Cancel
Save