Copter: use set_dataflash() for static logging

This commit is contained in:
Tom Pittenger 2016-02-23 13:02:03 -08:00 committed by Andrew Tridgell
parent db9bed573f
commit 09dd2a1b3d

View File

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