mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-13 11:28:30 -04:00
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
|