ardupilot/libraries/GCS_MAVLink/include/mavlink/v1.0/sensesoar/mavlink.h

28 lines
483 B
C
Raw Normal View History

2011-10-16 03:58:14 -03:00
/** @file
2012-04-19 16:46:29 -03:00
* @brief MAVLink comm protocol built from sensesoar.xml
2011-10-16 03:58:14 -03:00
* @see http://pixhawk.ethz.ch/software/mavlink
*/
#ifndef MAVLINK_H
#define MAVLINK_H
#ifndef MAVLINK_STX
#define MAVLINK_STX 254
#endif
#ifndef MAVLINK_ENDIAN
#define MAVLINK_ENDIAN MAVLINK_LITTLE_ENDIAN
#endif
#ifndef MAVLINK_ALIGNED_FIELDS
#define MAVLINK_ALIGNED_FIELDS 1
#endif
#ifndef MAVLINK_CRC_EXTRA
#define MAVLINK_CRC_EXTRA 1
#endif
#include "version.h"
2012-04-19 16:46:29 -03:00
#include "sensesoar.h"
2011-10-16 03:58:14 -03:00
#endif // MAVLINK_H