Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1702 | - | 1 | /** @file |
2 | * @brief MAVLink comm protocol built from ardupilotmega.xml |
||
3 | * @see http://pixhawk.ethz.ch/software/mavlink |
||
4 | */ |
||
5 | #ifndef MAVLINK_VERSION_H |
||
6 | #define MAVLINK_VERSION_H |
||
7 | |||
8 | #define MAVLINK_BUILD_DATE "Mon Apr 30 11:40:11 2012" |
||
9 | #define MAVLINK_WIRE_PROTOCOL_VERSION "0.9" |
||
10 | #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 101 |
||
11 | |||
12 | #endif // MAVLINK_VERSION_H |