1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Move MAVLink to lib/main/MAVLink; Post-rebase fixups

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2016-10-17 17:24:42 +10:00
parent f73e07e299
commit 09140cfdef
127 changed files with 8 additions and 9 deletions

View file

@ -0,0 +1,12 @@
/** @file
* @brief MAVLink comm protocol built from common.xml
* @see http://mavlink.org
*/
#ifndef MAVLINK_VERSION_H
#define MAVLINK_VERSION_H
#define MAVLINK_BUILD_DATE "Wed Apr 15 16:53:56 2015"
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
#endif // MAVLINK_VERSION_H