mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Mavlink: bump MAX_REMOTE_COMPONENTS to 16
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
@@ -253,7 +253,7 @@ private:
|
|||||||
|
|
||||||
orb_advert_t _mavlink_log_pub{nullptr};
|
orb_advert_t _mavlink_log_pub{nullptr};
|
||||||
|
|
||||||
static constexpr unsigned MAX_REMOTE_COMPONENTS{8};
|
static constexpr unsigned MAX_REMOTE_COMPONENTS{16};
|
||||||
struct ComponentState {
|
struct ComponentState {
|
||||||
uint32_t received_messages{0};
|
uint32_t received_messages{0};
|
||||||
uint32_t missed_messages{0};
|
uint32_t missed_messages{0};
|
||||||
|
|||||||
Reference in New Issue
Block a user