mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Rover: auto mode format fix
This commit is contained in:
parent
385e828fdd
commit
10b05667a0
@ -201,7 +201,7 @@ bool ModeAuto::get_desired_location(Location& destination) const
|
||||
return rover.mode_loiter.get_desired_location(destination);
|
||||
case Auto_Guided:
|
||||
case Auto_NavScriptTime:
|
||||
return rover.mode_guided.get_desired_location(destination);\
|
||||
return rover.mode_guided.get_desired_location(destination);
|
||||
}
|
||||
|
||||
// we should never reach here but just in case
|
||||
|
Loading…
Reference in New Issue
Block a user