AP_ADSB: update msg sizeof comment

This commit is contained in:
Tom Pittenger 2015-12-01 17:15:49 -08:00
parent 55f84e9c05
commit f60f0e80c3

View File

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