Rover: auto mode format fix

This commit is contained in:
Randy Mackay 2023-05-22 18:36:02 +09:00
parent 9124c45ca9
commit 2262706707

View File

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