1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-04 22:17:39 +08:00

12 lines
303 B
Go
Raw Normal View History

2014-07-31 23:39:52 -07:00
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