Rover: auto mode format fix
This commit is contained in:
parent
a3d6bcc5da
commit
d0a7c3cf95
@ -195,7 +195,7 @@ bool ModeAuto::get_desired_location(Location& destination) const
|
|||||||
return rover.mode_loiter.get_desired_location(destination);
|
return rover.mode_loiter.get_desired_location(destination);
|
||||||
case Auto_Guided:
|
case Auto_Guided:
|
||||||
case Auto_NavScriptTime:
|
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
|
// we should never reach here but just in case
|
||||||
|
Loading…
Reference in New Issue
Block a user