/** @file * @brief MAVLink comm protocol. * @see http://pixhawk.ethz.ch/software/mavlink * Generated on Sunday, July 31 2011, 15:12 UTC */ #ifndef MAVLINK_H #define MAVLINK_H #pragma pack(push,1) #include "common.h" #ifdef MAVLINK_CHECK_LENGTH #include "lengths.h" #endif #pragma pack(pop) #endif