mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tracker: StartUnstartedLogging replaces logging_started/start_logging
This commit is contained in:
parent
4dc241fd22
commit
76f7ad1252
@ -90,7 +90,7 @@ void Tracker::start_logging()
|
|||||||
if (g.log_bitmask != 0) {
|
if (g.log_bitmask != 0) {
|
||||||
if (!logging_started) {
|
if (!logging_started) {
|
||||||
logging_started = true;
|
logging_started = true;
|
||||||
DataFlash.StartNewLog();
|
DataFlash.StartUnstartedLogging();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user