Commit 26ec8873 authored by Jessica's avatar Jessica

Erros casused by all of the mergedd branches are now fixed for...

Erros casused by all of the mergedd branches are now fixed for qgroundcontrol.pro. Working on fixing the errors that now appeare in qgcunittest.pro.
parent aae22f7c
......@@ -27,7 +27,7 @@
# include <fcntl.h>
# include <sys/ioctl.h>
# include <errno.h>
# include "posix/termioshelper.h"
# include "../posix/termioshelper.h"
#elif defined(TNX_WINDOWS_SERIAL_PORT)
# include "win32/commdcbhelper.h"
# include "win32/qwincommevtnotifier.h"
......
......@@ -30,7 +30,7 @@ This file is part of the QGROUNDCONTROL project
#ifndef QGCMAVLINK_H
#define QGCMAVLINK_H
#include <../../mavlink/include/mavlink/v1.0/common/mavlink.h>
#include <mavlink.h>
//#ifdef MAVLINK_CONF
//#define MY_MACRO(x) <x>
......
......@@ -25,7 +25,7 @@ This file is part of the QGROUNDCONTROL project
#define SLUGSMAV_H
#include "UAS.h"
#include "../../mavlink/include/mavlink/v1.0/common/mavlink.h"
#include "mavlink.h"
#include <QTimer>
#define SLUGS_UPDATE_RATE 200 // in ms
......
......@@ -31,7 +31,7 @@ This file is part of the QGROUNDCONTROL project
#include "UASWaypointManager.h"
#include "UAS.h"
#include "../../mavlink/include/mavlink/v1.0/mavlink_types.h"
#include "mavlink_types.h"
#define PROTOCOL_TIMEOUT_MS 2000 ///< maximum time to wait for pending messages until timeout
#define PROTOCOL_DELAY_MS 20 ///< minimum delay between sent messages
......
......@@ -4,7 +4,7 @@
#include "UAS.h"
#include "../../mavlink/include/mavlink/v1.0/common/mavlink.h"
#include "mavlink.h"
#include <QTimer>
......
......@@ -35,7 +35,7 @@ This file is part of the QGROUNDCONTROL project
#include "ui_DebugConsole.h"
#include "LinkManager.h"
#include "UASManager.h"
#include "../../mavlink/include/mavlink/v1.0/protocol.h"
#include "protocol.h"
#include "QGC.h"
#include <QDebug>
......
......@@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project
#include "UASInterface.h"
#include "SlugsMAV.h"
#include "../../mavlink/include/mavlink/v1.0/common/mavlink.h"
#include "mavlink.h"
namespace Ui
......
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