Files
c_library_v2/icarous/version.h
T
matt e3498b9e38 🐞fix: fix to keep msg len
保证包长度不超过255
2020-09-21 08:56:27 +08:00

15 lines
329 B
C

/** @file
* @brief MAVLink comm protocol built from icarous.xml
* @see http://mavlink.org
*/
#pragma once
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Mon Sep 21 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 46
#endif // MAVLINK_VERSION_H