mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 04:33:10 +08:00
Fixed param save
This commit is contained in:
@@ -955,7 +955,7 @@ void handle_command(int status_pub, struct vehicle_status_s *current_vehicle_sta
|
||||
|
||||
/* check if no other task is scheduled */
|
||||
if(low_prio_task == LOW_PRIO_TASK_NONE) {
|
||||
low_prio_task = LOW_PRIO_TASK_PARAM_LOAD;
|
||||
low_prio_task = LOW_PRIO_TASK_PARAM_SAVE;
|
||||
result = VEHICLE_CMD_RESULT_ACCEPTED;
|
||||
} else {
|
||||
result = VEHICLE_CMD_RESULT_TEMPORARILY_REJECTED;
|
||||
|
||||
Reference in New Issue
Block a user