mavlink library
Dependents: mavlink F429ZI_LCD_demo
Fork of mavlink_bridge by
mavlink/v10/uwb/version.h@10:bd4a08d39e94, 2016-04-04 (annotated)
- Committer:
- bhepp
- Date:
- Mon Apr 04 11:18:57 2016 +0000
- Revision:
- 10:bd4a08d39e94
- Parent:
- 9:6f782c9f1850
nop
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bhepp | 9:6f782c9f1850 | 1 | /** @file |
bhepp | 9:6f782c9f1850 | 2 | * @brief MAVLink comm protocol built from uwb.xml |
bhepp | 9:6f782c9f1850 | 3 | * @see http://mavlink.org |
bhepp | 9:6f782c9f1850 | 4 | */ |
bhepp | 9:6f782c9f1850 | 5 | #ifndef MAVLINK_VERSION_H |
bhepp | 9:6f782c9f1850 | 6 | #define MAVLINK_VERSION_H |
bhepp | 9:6f782c9f1850 | 7 | |
bhepp | 9:6f782c9f1850 | 8 | #define MAVLINK_BUILD_DATE "Thu Feb 18 13:54:35 2016" |
bhepp | 9:6f782c9f1850 | 9 | #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" |
bhepp | 9:6f782c9f1850 | 10 | #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 267 |
bhepp | 9:6f782c9f1850 | 11 | |
bhepp | 9:6f782c9f1850 | 12 | #endif // MAVLINK_VERSION_H |