Browse Source

Merge remote-tracking branch 'lorenz/integration_merge'

QGC4.4
dongfang 12 years ago
parent
commit
e0d9b8fb19
  1. 2
      qgroundcontrol.pro
  2. 3
      src/uas/ArduPilotMegaMAV.h

2
qgroundcontrol.pro

@ -105,6 +105,8 @@ exists(user_config.pri) { @@ -105,6 +105,8 @@ exists(user_config.pri) {
message("----- USING CUSTOM USER QGROUNDCONTROL CONFIG FROM user_config.pri -----")
message("Adding support for additional MAVLink messages for: " $$MAVLINK_CONF)
message("------------------------------------------------------------------------")
} else {
MAVLINK_CONF += ardupilotmega
}
INCLUDEPATH += $$MAVLINKPATH
isEmpty(MAVLINK_CONF) {

3
src/uas/ArduPilotMegaMAV.h

@ -25,9 +25,6 @@ This file is part of the QGROUNDCONTROL project @@ -25,9 +25,6 @@ This file is part of the QGROUNDCONTROL project
#define ARDUPILOTMEGAMAV_H
#include "UAS.h"
#include "ardupilotmega/mavlink_msg_mount_configure.h"
#include "ardupilotmega/mavlink_msg_mount_control.h"
#include "ardupilotmega/mavlink_msg_mount_status.h"
class ArduPilotMegaMAV : public UAS
{
Q_OBJECT

Loading…
Cancel
Save