Plane: fixed logging of parameters on arming

This commit is contained in:
Andrew Tridgell 2015-06-12 13:11:06 +10:00
parent 290805b879
commit 3427224bfc
1 changed files with 2 additions and 0 deletions

View File

@ -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);
} }
/* /*