mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
uncrustification for ground/openpilotgcs/src/plugins/logging/logfile.cpp
This commit is contained in:
parent
98d213f1a2
commit
968470037f
@ -152,8 +152,8 @@ bool LogFile::startReplay()
|
||||
{
|
||||
dataBuffer.clear();
|
||||
myTime.restart();
|
||||
timeOffset = 0;
|
||||
lastPlayed = 0;
|
||||
timeOffset = 0;
|
||||
lastPlayed = 0;
|
||||
file.read((char *)&lastTimeStamp, sizeof(lastTimeStamp));
|
||||
timer.setInterval(10);
|
||||
timer.start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user