mavlink library
Dependents: mavlink F429ZI_LCD_demo
Fork of mavlink_bridge by
mavlink/v10/uwb/version.h@0:28183cc7963f, 2015-11-24 (annotated)
- Committer:
- bhepp
- Date:
- Tue Nov 24 16:41:11 2015 +0000
- Revision:
- 0:28183cc7963f
Mavlink bridge for Mbed
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bhepp | 0:28183cc7963f | 1 | /** @file |
bhepp | 0:28183cc7963f | 2 | * @brief MAVLink comm protocol built from uwb.xml |
bhepp | 0:28183cc7963f | 3 | * @see http://mavlink.org |
bhepp | 0:28183cc7963f | 4 | */ |
bhepp | 0:28183cc7963f | 5 | #ifndef MAVLINK_VERSION_H |
bhepp | 0:28183cc7963f | 6 | #define MAVLINK_VERSION_H |
bhepp | 0:28183cc7963f | 7 | |
bhepp | 0:28183cc7963f | 8 | #define MAVLINK_BUILD_DATE "Wed Nov 18 21:18:35 2015" |
bhepp | 0:28183cc7963f | 9 | #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" |
bhepp | 0:28183cc7963f | 10 | #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 |
bhepp | 0:28183cc7963f | 11 | |
bhepp | 0:28183cc7963f | 12 | #endif // MAVLINK_VERSION_H |
bhepp | 0:28183cc7963f | 13 |