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