1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-21 11:54:15 +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(); dataBuffer.clear();
myTime.restart(); myTime.restart();
timeOffset = 0; timeOffset = 0;
lastPlayed = 0; lastPlayed = 0;
file.read((char *)&lastTimeStamp, sizeof(lastTimeStamp)); file.read((char *)&lastTimeStamp, sizeof(lastTimeStamp));
timer.setInterval(10); timer.setInterval(10);
timer.start(); timer.start();