mavlink: generate a MAVLINK_MESSAGE_LENGTHS define
The MAVLINK_MESSAGE_LENGTHS macro can be used to detect mavlink messages that don't have the expected length. It is done as a macro so that projects that don't want to pay the cost of a 256 byte overhead can avoid the check
Showing
Please register or sign in to comment