Commit 0a53bfd1 authored by Lorenz Meier's avatar Lorenz Meier

Fixed typo in signal name

parent a55c7e67
......@@ -1532,7 +1532,7 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
{
unknownPackets.append(message.msgid);
emit packetNotHandled(uasId, message.compid, message.msgid);
emit unknownPacketReceived(uasId, message.compid, message.msgid);
}
}
break;
......
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