Browse Source

Fix comment about heartbeat interval timeout

QGC4.4
Lorenz Meier 11 years ago
parent
commit
9e76f9bba9
  1. 2
      src/uas/UASInterface.h

2
src/uas/UASInterface.h

@ -646,7 +646,7 @@ signals: @@ -646,7 +646,7 @@ signals:
protected:
// TIMEOUT CONSTANTS
static const unsigned int timeoutIntervalHeartbeat = 3500 * 1000; ///< Heartbeat timeout is 2.5 seconds
static const unsigned int timeoutIntervalHeartbeat = 3500 * 1000; ///< Heartbeat timeout is 3.5 seconds
};

Loading…
Cancel
Save