mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-16 05:38:28 -04:00
12 lines
213 B
C
12 lines
213 B
C
|
/** @file
|
||
|
* @brief MAVLink comm protocol.
|
||
|
* @see http://pixhawk.ethz.ch/software/mavlink
|
||
|
* Generated on Sunday, October 24 2010, 08:46 UTC
|
||
|
*/
|
||
|
#ifndef MAVLINK_H
|
||
|
#define MAVLINK_H
|
||
|
|
||
|
#include "pixhawk.h"
|
||
|
|
||
|
#endif
|