Fixed param save

This commit is contained in:
Julian Oes
2013-06-13 15:04:16 +02:00
parent 54cd1d055f
commit 236053a600
+1 -1
View File
@@ -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;