mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Rover: auto mode format fix
This commit is contained in:
parent
9124c45ca9
commit
2262706707
@ -195,7 +195,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