mavlink.h 334 Bytes
Newer Older
LM's avatar
LM committed
1 2 3
/** @file
 *	@brief MAVLink comm protocol.
 *	@see http://pixhawk.ethz.ch/software/mavlink
4
 *	 Generated on Saturday, August 20 2011, 11:07 UTC
LM's avatar
LM committed
5 6 7 8
 */
#ifndef MAVLINK_H
#define MAVLINK_H

lm's avatar
lm committed
9
#pragma pack(push,1)
10
#include "mavlink_options.h"
LM's avatar
LM committed
11
#include "minimal.h"
12 13
#ifdef MAVLINK_DATA
#include "mavlink_data.h"
lm's avatar
lm committed
14 15
#endif
#pragma pack(pop)
LM's avatar
LM committed
16
#endif