Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
version.h
00001 /** @file 00002 * @brief MAVLink comm protocol built from common.xml 00003 * @see http://mavlink.org 00004 */ 00005 #pragma once 00006 00007 #ifndef MAVLINK_VERSION_H 00008 #define MAVLINK_VERSION_H 00009 00010 #define MAVLINK_BUILD_DATE "Fri Dec 09 2016" 00011 #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" 00012 #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 00013 00014 #endif // MAVLINK_VERSION_H 00015
Generated on Wed Jul 13 2022 05:12:04 by
