Commit b5dde789 authored by pixhawk's avatar pixhawk

added ifdef case for pixhawk mavlink definition

parent a240e38a
......@@ -31,7 +31,12 @@ This file is part of the QGROUNDCONTROL project
#define QGCMAVLINK_H
#include <../../mavlink/include/mavlink/v1.0/mavlink_types.h>
#ifdef QGC_USE_PIXHAWK_MESSAGES
#include <../../mavlink/include/mavlink/v1.0/pixhawk/pixhawk.h> //please do not delete this.
#else
#include <../../mavlink/include/mavlink/v1.0/common/mavlink.h>
#endif
#ifdef MAVLINK_CONF
#define MY_MACRO(x) <x>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment