Browse Source

Tracker: use set_dataflash() for static logging

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

2
AntennaTracker/system.cpp

@ -66,6 +66,8 @@ void Tracker::init_tracker()
log_init(); log_init();
#endif #endif
GCS_MAVLINK::set_dataflash(&DataFlash);
if (g.compass_enabled==true) { if (g.compass_enabled==true) {
if (!compass.init() || !compass.read()) { if (!compass.init() || !compass.read()) {
hal.console->println("Compass initialisation failed!"); hal.console->println("Compass initialisation failed!");

Loading…
Cancel
Save