mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Rover: Change the process for errors
This commit is contained in:
parent
77d898c951
commit
ff27fb776d
@ -76,7 +76,5 @@ void Rover::update_home()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!ahrs.set_home(loc)) {
|
IGNORE_RETURN(ahrs.set_home(loc));
|
||||||
// silently ignored...
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user