Unverified Commit 7fa9c27e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5988 from DonLakeFlyer/MockParams

Update PX4 MockLink params to latest firmware
parents 8a411b45 3f048b21
......@@ -57,7 +57,7 @@ void LogDownloadTest::downloadTest(void)
}
_multiSpyLogDownloadController->clearAllSignals();
QString downloadFile = QDir(downloadTo).filePath("log_0_UnknownDate.px4log");
QString downloadFile = QDir(downloadTo).filePath("log_0_UnknownDate.ulg");
QVERIFY(UnitTest::fileCompare(downloadFile, _mockLink->logDownloadFile()));
QFile::remove(downloadFile);
......
......@@ -12,9 +12,12 @@
#include "QGCCorePlugin.h"
QGCPositionManager::QGCPositionManager(QGCApplication* app, QGCToolbox* toolbox)
: QGCTool(app, toolbox)
, _updateInterval(0)
, _currentSource(nullptr)
: QGCTool (app, toolbox)
, _updateInterval (0)
, _currentSource (NULL)
, _defaultSource (NULL)
, _nmeaSource (NULL)
, _simulatedSource (NULL)
{
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment