Commit 26d2756c authored by Beat Küng's avatar Beat Küng

ParameterManager: remove duplicated call to _initialRequestTimeoutTimer.stop();

parent d564a943
......@@ -140,7 +140,6 @@ void ParameterManager::_parameterUpdate(int vehicleId, int componentId, QString
return;
}
_initialRequestTimeoutTimer.stop();
_waitingParamTimeoutTimer.stop();
_dataMutex.lock();
......
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