Danny Hart / Mbed 2 deprecated stepVR2mavlink

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers version.h Source File

version.h

Go to the documentation of this file.
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