Rover: auto mode format fix

This commit is contained in:
Randy Mackay 2023-05-22 18:36:02 +09:00 committed by Andrew Tridgell
parent 385e828fdd
commit 10b05667a0
1 changed files with 1 additions and 1 deletions

View File

@ -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