mirror of https://github.com/ArduPilot/ardupilot
Plane: fixed logging of parameters on arming
This commit is contained in:
parent
290805b879
commit
3427224bfc
|
@ -527,6 +527,8 @@ void Plane::start_logging()
|
||||||
if (hal.util->get_system_id(sysid)) {
|
if (hal.util->get_system_id(sysid)) {
|
||||||
DataFlash.Log_Write_Message(sysid);
|
DataFlash.Log_Write_Message(sysid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log_Write_Startup(TYPE_GROUNDSTART_MSG);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue