Skip to content

Commit

Permalink
Tracker: StartUnstartedLogging replaces logging_started/start_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and rmackay9 committed Jun 15, 2017
1 parent 4abfcd0 commit d3842c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AntennaTracker/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void Tracker::start_logging()
if (g.log_bitmask != 0) {
if (!logging_started) {
logging_started = true;
DataFlash.StartNewLog();
DataFlash.StartUnstartedLogging();
}
}
}
Expand Down

0 comments on commit d3842c4

Please sign in to comment.