ArduCopter: move logging of LogEvent::SET_HOME up

This commit is contained in:
Peter Barker 2022-01-30 16:48:06 +11:00 committed by Andrew Tridgell
parent f72024fc63
commit 75db4d2d98
1 changed files with 0 additions and 3 deletions

View File

@ -78,9 +78,6 @@ bool Copter::set_home(const Location& loc, bool lock)
// init inav and compass declination
if (!home_was_set) {
// record home is set
AP::logger().Write_Event(LogEvent::SET_HOME);
#if MODE_AUTO_ENABLED == ENABLED
// log new home position which mission library will pull from ahrs
if (should_log(MASK_LOG_CMD)) {