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:
james.goppert 2010-12-05 09:48:58 +00:00
parent 1ab6e3158f
commit 9c9fd95408
1 changed files with 1 additions and 1 deletions

View File

@ -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"