mavlink_defaults.h
Go to the documentation of this file.
1 #ifndef _MAVLINK_DEFAULTS_H
2 #define _MAVLINK_DEFAULTS_H
3 
4 // This is normally dynamically generated as mavlink.h, but we just use the same settings for all native stacks
5 
6 #ifndef MAVLINK_STX
7 #define MAVLINK_STX 254
8 #endif
9 
10 #ifndef MAVLINK_ENDIAN
11 #define MAVLINK_ENDIAN MAVLINK_LITTLE_ENDIAN
12 #endif
13 
14 #ifndef MAVLINK_ALIGNED_FIELDS
15 #define MAVLINK_ALIGNED_FIELDS 1
16 #endif
17 
18 #ifndef MAVLINK_CRC_EXTRA
19 #define MAVLINK_CRC_EXTRA 1
20 #endif
21 
22 #endif


mavlink
Author(s): Lorenz Meier
autogenerated on Sun Apr 7 2019 02:06:02