mavlink library
Dependents: mavlink F429ZI_LCD_demo
Fork of mavlink_bridge by
mavlink/v10/uwb/version.h@2:0f4dfdec5fd1, 2016-01-23 (annotated)
- Committer:
- bhepp
- Date:
- Sat Jan 23 15:21:13 2016 +0000
- Revision:
- 2:0f4dfdec5fd1
Modified messages
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bhepp | 2:0f4dfdec5fd1 | 1 | /** @file |
bhepp | 2:0f4dfdec5fd1 | 2 | * @brief MAVLink comm protocol built from uwb.xml |
bhepp | 2:0f4dfdec5fd1 | 3 | * @see http://mavlink.org |
bhepp | 2:0f4dfdec5fd1 | 4 | */ |
bhepp | 2:0f4dfdec5fd1 | 5 | #ifndef MAVLINK_VERSION_H |
bhepp | 2:0f4dfdec5fd1 | 6 | #define MAVLINK_VERSION_H |
bhepp | 2:0f4dfdec5fd1 | 7 | |
bhepp | 2:0f4dfdec5fd1 | 8 | #define MAVLINK_BUILD_DATE "Sat Jan 23 15:32:18 2016" |
bhepp | 2:0f4dfdec5fd1 | 9 | #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" |
bhepp | 2:0f4dfdec5fd1 | 10 | #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255 |
bhepp | 2:0f4dfdec5fd1 | 11 | |
bhepp | 2:0f4dfdec5fd1 | 12 | #endif // MAVLINK_VERSION_H |
bhepp | 2:0f4dfdec5fd1 | 13 |