Commit d3b1e88d authored by DonLakeFlyer's avatar DonLakeFlyer

parent e91b6d6a
...@@ -46,7 +46,7 @@ void QGCPositionManager::setToolbox(QGCToolbox *toolbox) ...@@ -46,7 +46,7 @@ void QGCPositionManager::setToolbox(QGCToolbox *toolbox)
} }
_simulatedSource = new SimulatedPosition(); _simulatedSource = new SimulatedPosition();
#if 0 #if 1
setPositionSource(QGCPositionSource::InternalGPS); setPositionSource(QGCPositionSource::InternalGPS);
#else #else
setPositionSource(QGCPositionManager::Simulated); setPositionSource(QGCPositionManager::Simulated);
......
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