ET1202020_SIL

This commit is contained in:
Prince_an
2020-12-30 22:00:38 +08:00
parent d5fe70ac0e
commit 9500850836
471 changed files with 49132 additions and 47718 deletions
+14
View File
@@ -0,0 +1,14 @@
/** @file
* @brief MAVLink comm protocol built from ardupilotmega.xml
* @see http://mavlink.org
*/
#pragma once
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Thu Oct 22 2020"
#define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
#endif // MAVLINK_VERSION_H