Last change
on this file since 46 was
46,
checked in by Thomas Fuhrmann, 5 years ago
|
Add the mavlink branch
|
File size:
312 bytes
|
Line | |
---|
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 "Wed Jul 06 2016" |
---|
9 | #define MAVLINK_WIRE_PROTOCOL_VERSION "2.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.