Commit bdfd65e7 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #150 from jjhall89/errorsFixed

Errors fixed.
parents aae22f7c 26ec8873
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# include <fcntl.h> # include <fcntl.h>
# include <sys/ioctl.h> # include <sys/ioctl.h>
# include <errno.h> # include <errno.h>
# include "posix/termioshelper.h" # include "../posix/termioshelper.h"
#elif defined(TNX_WINDOWS_SERIAL_PORT) #elif defined(TNX_WINDOWS_SERIAL_PORT)
# include "win32/commdcbhelper.h" # include "win32/commdcbhelper.h"
# include "win32/qwincommevtnotifier.h" # include "win32/qwincommevtnotifier.h"
......
...@@ -30,7 +30,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -30,7 +30,7 @@ This file is part of the QGROUNDCONTROL project
#ifndef QGCMAVLINK_H #ifndef QGCMAVLINK_H
#define QGCMAVLINK_H #define QGCMAVLINK_H
#include <../../mavlink/include/mavlink/v1.0/common/mavlink.h> #include <mavlink.h>
//#ifdef MAVLINK_CONF //#ifdef MAVLINK_CONF
//#define MY_MACRO(x) <x> //#define MY_MACRO(x) <x>
......
...@@ -25,7 +25,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -25,7 +25,7 @@ This file is part of the QGROUNDCONTROL project
#define SLUGSMAV_H #define SLUGSMAV_H
#include "UAS.h" #include "UAS.h"
#include "../../mavlink/include/mavlink/v1.0/common/mavlink.h" #include "mavlink.h"
#include <QTimer> #include <QTimer>
#define SLUGS_UPDATE_RATE 200 // in ms #define SLUGS_UPDATE_RATE 200 // in ms
......
...@@ -31,7 +31,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -31,7 +31,7 @@ This file is part of the QGROUNDCONTROL project
#include "UASWaypointManager.h" #include "UASWaypointManager.h"
#include "UAS.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_TIMEOUT_MS 2000 ///< maximum time to wait for pending messages until timeout
#define PROTOCOL_DELAY_MS 20 ///< minimum delay between sent messages #define PROTOCOL_DELAY_MS 20 ///< minimum delay between sent messages
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "UAS.h" #include "UAS.h"
#include "../../mavlink/include/mavlink/v1.0/common/mavlink.h" #include "mavlink.h"
#include <QTimer> #include <QTimer>
......
...@@ -35,7 +35,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -35,7 +35,7 @@ This file is part of the QGROUNDCONTROL project
#include "ui_DebugConsole.h" #include "ui_DebugConsole.h"
#include "LinkManager.h" #include "LinkManager.h"
#include "UASManager.h" #include "UASManager.h"
#include "../../mavlink/include/mavlink/v1.0/protocol.h" #include "protocol.h"
#include "QGC.h" #include "QGC.h"
#include <QDebug> #include <QDebug>
......
...@@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project ...@@ -36,7 +36,7 @@ This file is part of the QGROUNDCONTROL project
#include "UASInterface.h" #include "UASInterface.h"
#include "SlugsMAV.h" #include "SlugsMAV.h"
#include "../../mavlink/include/mavlink/v1.0/common/mavlink.h" #include "mavlink.h"
namespace Ui 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