Last change
on this file since 75 was 75, checked in by Thomas Fuhrmann, 8 years ago |
Change the version of mavlink generated messages and rename it to include
|
File size:
312 bytes
|
Rev | Line | |
---|
[75] | 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.