AP_ADSB: update msg sizeof comment
This commit is contained in:
parent
55f84e9c05
commit
f60f0e80c3
@ -41,7 +41,7 @@ public:
|
||||
};
|
||||
|
||||
struct adsb_vehicle_t {
|
||||
mavlink_adsb_vehicle_t info; // the whole mavlink struct with all the juicy details. sizeof() == 40
|
||||
mavlink_adsb_vehicle_t info; // the whole mavlink struct with all the juicy details. sizeof() == 42
|
||||
uint32_t last_update_ms; // last time this was refreshed, allows timeouts
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user