1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-08 19:29:16 +08:00
2014-08-03 18:21:00 -07:00

12 lines
303 B
Go

package mavlink
/** @file
* @brief MAVLink comm protocol built from common.xml
* @see http://pixhawk.ethz.ch/software/mavlink
*/
const MAVLINK_BUILD_DATE = "Thu Jul 31 22:19:34 2014"
const MAVLINK_WIRE_PROTOCOL_VERSION = "1.0"
const MAVLINK_MAX_DIALECT_PAYLOAD_SIZE = 255
const MAVLINK_VERSION = 3