|
|
|
@ -543,7 +543,7 @@ private:
@@ -543,7 +543,7 @@ private:
|
|
|
|
|
|
|
|
|
|
bool _task_running{true}; |
|
|
|
|
static bool _boot_complete; |
|
|
|
|
static constexpr int MAVLINK_MAX_INSTANCES{6}; |
|
|
|
|
static constexpr int MAVLINK_MAX_INSTANCES{MAVLINK_COMM_NUM_BUFFERS}; |
|
|
|
|
static constexpr int MAVLINK_MIN_INTERVAL{1500}; |
|
|
|
|
static constexpr int MAVLINK_MAX_INTERVAL{10000}; |
|
|
|
|
static constexpr float MAVLINK_MIN_MULTIPLIER{0.0005f}; |
|
|
|
|