mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
0037b40329
git-svn-id: https://arducopter.googlecode.com/svn/trunk@923 f9c3cf11-9bcb-44bc-f272-b75c42450872
30 lines
574 B
C
30 lines
574 B
C
/** @file
|
|
* @brief MAVLink comm protocol.
|
|
* @see http://pixhawk.ethz.ch/software/mavlink
|
|
* Generated on Sunday, October 24 2010, 08:47 UTC
|
|
*/
|
|
#ifndef SLUGS_H
|
|
#define SLUGS_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
#include "../protocol.h"
|
|
|
|
#define MAVLINK_ENABLED_SLUGS
|
|
|
|
|
|
#include "../common/common.h"
|
|
#include "./mavlink_msg_cpu_load.h"
|
|
#include "./mavlink_msg_air_data.h"
|
|
#include "./mavlink_msg_sensor_bias.h"
|
|
#include "./mavlink_msg_diagnostic.h"
|
|
#include "./mavlink_msg_pilot_console.h"
|
|
#include "./mavlink_msg_pwm_commands.h"
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|