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