Browse Source

Copter: Moving parameter logging to be after all systems have started

master
Grant Morphett 10 years ago committed by Randy Mackay
parent
commit
518308efae
  1. 5
      ArduCopter/system.cpp

5
ArduCopter/system.cpp

@ -253,6 +253,11 @@ void Copter::init_ardupilot() @@ -253,6 +253,11 @@ void Copter::init_ardupilot()
heli_init();
#endif
#if LOGGING_ENABLED == ENABLED
// Write all current parameters
DataFlash.Log_Write_Parameters();
#endif
startup_ground(true);
#if LOGGING_ENABLED == ENABLED

Loading…
Cancel
Save