navigator fix vehicle_command_ack (don't copy external)

This commit is contained in:
Daniel Agar
2017-10-06 13:15:14 -04:00
committed by Lorenz Meier
parent aa2566970e
commit 80dd87536e
3 changed files with 15 additions and 25 deletions
+1 -1
View File
@@ -1206,7 +1206,7 @@ bool handle_command(struct vehicle_status_s *status_local, const struct safety_s
case vehicle_command_s::VEHICLE_CMD_LOGGING_START:
case vehicle_command_s::VEHICLE_CMD_LOGGING_STOP:
case vehicle_command_s::VEHICLE_CMD_NAV_DELAY:
/* ignore commands that handled in low prio loop */
/* ignore commands that are handled by other parts of the system */
break;
default: