From 2d79df2ba55fc65e74f913ab03d25bae06e579b3 Mon Sep 17 00:00:00 2001 From: Don Gagne <don@thegagnes.com> Date: Fri, 27 Mar 2015 20:29:30 -0700 Subject: [PATCH] Fixed the fixme! --- src/comm/MAVLinkProtocol.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/comm/MAVLinkProtocol.cc b/src/comm/MAVLinkProtocol.cc index 160db9fe29..b628111343 100644 --- a/src/comm/MAVLinkProtocol.cc +++ b/src/comm/MAVLinkProtocol.cc @@ -236,7 +236,6 @@ void MAVLinkProtocol::receiveBytes(LinkInterface* link, QByteArray b) static bool checkedUserNonMavlink = false; static bool warnedUserNonMavlink = false; - // FIXME: Add check for if link->getId() >= MAVLINK_COMM_NUM_BUFFERS for (int position = 0; position < b.size(); position++) { unsigned int decodeState = mavlink_parse_char(mavlinkChannel, (uint8_t)(b[position]), &message, &status); -- GitLab