mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 03:57:34 +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};
|
||||
|
||||
static constexpr unsigned MAX_REMOTE_COMPONENTS{8};
|
||||
static constexpr unsigned MAX_REMOTE_COMPONENTS{16};
|
||||
struct ComponentState {
|
||||
uint32_t received_messages{0};
|
||||
uint32_t missed_messages{0};
|
||||
|
||||
Reference in New Issue
Block a user