Browse Source

Copter: use set_dataflash() for static logging

mission-4.1.18
Tom Pittenger 9 years ago committed by Andrew Tridgell
parent
commit
09dd2a1b3d
  1. 2
      ArduCopter/system.cpp

2
ArduCopter/system.cpp

@ -165,6 +165,8 @@ void Copter::init_ardupilot() @@ -165,6 +165,8 @@ void Copter::init_ardupilot()
log_init();
#endif
GCS_MAVLINK::set_dataflash(&DataFlash);
// update motor interlock state
update_using_interlock();

Loading…
Cancel
Save