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