source:
flair-src/trunk/tools/Controller/Mavlink/src/include/common/version.h@
88
Last change on this file since 88 was 88, checked in by , 7 years ago | |
---|---|
File size: 312 bytes |
Rev | Line | |
---|---|---|
[88] | 1 | /** @file |
2 | * @brief MAVLink comm protocol built from common.xml | |
3 | * @see http://mavlink.org | |
4 | */ | |
5 | #ifndef MAVLINK_VERSION_H | |
6 | #define MAVLINK_VERSION_H | |
7 | ||
8 | #define MAVLINK_BUILD_DATE "Tue May 31 2016" | |
9 | #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" | |
10 | #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 | |
11 | ||
12 | #endif // MAVLINK_VERSION_H |
Note:
See TracBrowser
for help on using the repository browser.