mirror of https://github.com/ArduPilot/ardupilot
Fixed inclusion guard for mavlink.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1023 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
1ab6e3158f
commit
9c9fd95408
|
@ -4,7 +4,7 @@
|
|||
/// @brief One size fits all header for MAVLink integration.
|
||||
|
||||
#ifndef GCS_MAVLink_h
|
||||
#define GCS_MAVlink_h
|
||||
#define GCS_MAVLink_h
|
||||
|
||||
#include <Stream.h>
|
||||
#include "include/mavlink_types.h"
|
||||
|
|
Loading…
Reference in New Issue