mirror of https://github.com/ArduPilot/ardupilot
ArduSub: move logging of LogEvent::SET_HOME up
This commit is contained in:
parent
75db4d2d98
commit
abbbfc0e85
|
@ -70,9 +70,6 @@ bool Sub::set_home(const Location& loc, bool lock)
|
||||||
|
|
||||||
// init inav and compass declination
|
// init inav and compass declination
|
||||||
if (!home_was_set) {
|
if (!home_was_set) {
|
||||||
// record home is set
|
|
||||||
AP::logger().Write_Event(LogEvent::SET_HOME);
|
|
||||||
|
|
||||||
// log new home position which mission library will pull from ahrs
|
// log new home position which mission library will pull from ahrs
|
||||||
if (should_log(MASK_LOG_CMD)) {
|
if (should_log(MASK_LOG_CMD)) {
|
||||||
AP_Mission::Mission_Command temp_cmd;
|
AP_Mission::Mission_Command temp_cmd;
|
||||||
|
|
Loading…
Reference in New Issue