Tracker: StartUnstartedLogging replaces logging_started/start_logging

This commit is contained in:
Peter Barker 2017-06-09 15:45:16 +10:00 committed by Randy Mackay
parent 4abfcd0bd1
commit d3842c4630

View File

@ -90,7 +90,7 @@ void Tracker::start_logging()
if (g.log_bitmask != 0) {
if (!logging_started) {
logging_started = true;
DataFlash.StartNewLog();
DataFlash.StartUnstartedLogging();
}
}
}