mirror of https://github.com/ArduPilot/ardupilot
Tracker: eliminate calls to manipulate _writes_enabled
This commit is contained in:
parent
c9a4a6d772
commit
5f8a90add4
|
@ -92,8 +92,6 @@ void Tracker::start_logging()
|
|||
logging_started = true;
|
||||
DataFlash.StartNewLog();
|
||||
}
|
||||
// enable writes
|
||||
DataFlash.EnableWrites(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue