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:
parent
f73e07e299
commit
09140cfdef
127 changed files with 8 additions and 9 deletions
12
lib/main/MAVLink/common/version.h
Executable file
12
lib/main/MAVLink/common/version.h
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue