Replay: StartUnstartedLogging replaces logging_started/start_logging

This commit is contained in:
Peter Barker 2017-06-10 21:05:45 +10:00 committed by Francisco Ferreira
parent cdd0397bbf
commit 10b69b46e1
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ void ReplayVehicle::setup(void)
// we pass a minimal log structure, as we will be outputting the
// log structures we need manually, to prevent FMT duplicates
dataflash.Init(min_log_structure, ARRAY_SIZE(min_log_structure));
dataflash.StartNewLog();
dataflash.StartUnstartedLogging();
ahrs.set_compass(&compass);
ahrs.set_fly_forward(true);