mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-28 23:24:09 +08:00
Mavlink: bump MAX_REMOTE_COMPONENTS to 16
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
4247e1320b
commit
fd96bbf9b9
@ -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};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user