1
0
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:
Corvus Corax 2013-11-16 17:34:41 +01:00
parent 98d213f1a2
commit 968470037f

View File

@ -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();