Mavlink: bump MAX_REMOTE_COMPONENTS to 16

Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
Silvan Fuhrer 2021-10-20 09:52:47 +02:00 committed by Beat Küng
parent 4247e1320b
commit fd96bbf9b9

View File

@ -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};