Browse Source

Remove references to the MAVLinkChannel.{h,cpp} files that I still have locally

QGC4.4
Keith Bennett 4 years ago committed by Don Gagne
parent
commit
257b762c25
  1. 2
      src/comm/LinkInterface.cc
  2. 1
      src/comm/LinkInterface.h

2
src/comm/LinkInterface.cc

@ -37,7 +37,7 @@ LinkInterface::~LinkInterface() @@ -37,7 +37,7 @@ LinkInterface::~LinkInterface()
uint8_t LinkInterface::mavlinkChannel(void) const
{
if (!mavlinkChannelIsSet()) {
qCWarning(LinkInterfaceLog) << "Call to MAVLinkChannel::id with isSet() == false";
qCWarning(LinkInterfaceLog) << "mavlinkChannel isSet() == false";
}
return _mavlinkChannel;
}

1
src/comm/LinkInterface.h

@ -24,7 +24,6 @@ @@ -24,7 +24,6 @@
#include "QGCMAVLink.h"
#include "LinkConfiguration.h"
#include "MavlinkMessagesTimer.h"
#include "MAVLinkChannel.h"
class LinkManager;

Loading…
Cancel
Save