mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
Plane: commands: remove unneeded write of home to storage
This commit is contained in:
parent
82887c95d2
commit
dce82bc97c
@ -163,8 +163,5 @@ bool Plane::set_home_persistently(const Location &loc)
|
||||
return false;
|
||||
}
|
||||
|
||||
// Save Home to EEPROM
|
||||
mission.write_home_to_storage();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user