Commit 36ce0c1d authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4308 from DonLakeFlyer/SendMavTimer

Vehicle::sendMavCommand Incorrect setSingleShot
parents 19a80ae1 47f18d80
......@@ -171,7 +171,6 @@ Vehicle::Vehicle(LinkInterface* link,
// Send MAV_CMD ack timer
_mavCommandAckTimer.setSingleShot(true);
_mavCommandAckTimer.setInterval(_mavCommandAckTimeoutMSecs);
_mavCommandAckTimer.setSingleShot(false);
connect(&_mavCommandAckTimer, &QTimer::timeout, this, &Vehicle::_sendMavCommandAgain);
_mav = uas();
......
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