/** @file * @brief MAVLink comm protocol. * @see http://pixhawk.ethz.ch/software/mavlink * Generated on Friday, August 12 2011, 20:25 UTC */ #ifndef MAVLINK_H #define MAVLINK_H #pragma pack(push,1) #include "mavlink_options.h" #include "common.h" #ifdef MAVLINK_DATA #include "mavlink_data.h" #endif #pragma pack(pop) #endif