mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-25 15:36:01 +08:00
EKF: Add error macro when running into errors
This commit is contained in:
@@ -1691,6 +1691,6 @@ int ekf_att_pos_estimator_main(int argc, char *argv[])
|
||||
return ret;
|
||||
}
|
||||
|
||||
PX4_WARN("unrecognized command");
|
||||
PX4_ERR("unrecognized command");
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user