mavlink library
Dependents: mavlink F429ZI_LCD_demo
Fork of mavlink_bridge by
mavlink/v10/uwb/version.h@5:4a5985e10a00, 2016-02-11 (annotated)
- Committer:
- bhepp
- Date:
- Thu Feb 11 10:49:01 2016 +0000
- Revision:
- 5:4a5985e10a00
New messages
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bhepp | 5:4a5985e10a00 | 1 | /** @file |
bhepp | 5:4a5985e10a00 | 2 | * @brief MAVLink comm protocol built from uwb.xml |
bhepp | 5:4a5985e10a00 | 3 | * @see http://mavlink.org |
bhepp | 5:4a5985e10a00 | 4 | */ |
bhepp | 5:4a5985e10a00 | 5 | #ifndef MAVLINK_VERSION_H |
bhepp | 5:4a5985e10a00 | 6 | #define MAVLINK_VERSION_H |
bhepp | 5:4a5985e10a00 | 7 | |
bhepp | 5:4a5985e10a00 | 8 | #define MAVLINK_BUILD_DATE "Fri Feb 5 16:31:40 2016" |
bhepp | 5:4a5985e10a00 | 9 | #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" |
bhepp | 5:4a5985e10a00 | 10 | #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 267 |
bhepp | 5:4a5985e10a00 | 11 | |
bhepp | 5:4a5985e10a00 | 12 | #endif // MAVLINK_VERSION_H |