Browse Source

More work on no serial port ifdef

QGC4.4
Don Gagne 6 years ago
parent
commit
93b26d6cc1
  1. 2
      src/AutoPilotPlugins/APM/APMAutoPilotPlugin.cc

2
src/AutoPilotPlugins/APM/APMAutoPilotPlugin.cc

@ -31,7 +31,9 @@ @@ -31,7 +31,9 @@
#include "APMHeliComponent.h"
#include "QGCApplication.h"
#if !defined(NO_SERIAL_LINK) && !defined(__android__)
#include <QSerialPortInfo>
#endif
/// This is the AutoPilotPlugin implementatin for the MAV_AUTOPILOT_ARDUPILOT type.
APMAutoPilotPlugin::APMAutoPilotPlugin(Vehicle* vehicle, QObject* parent)

Loading…
Cancel
Save