• Andrew Tridgell's avatar
    mavlink: generate a MAVLINK_MESSAGE_LENGTHS define · 4a8673db
    Andrew Tridgell authored
    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
    4a8673db
MAVLinkXMLParser.cc 44.9 KB