Skip to content
Snippets Groups Projects
Commit 3916743a authored by Nicolò Caruso's avatar Nicolò Caruso Committed by Emilio Corigliano
Browse files

[Nokia] Fixed nokia nack

Fixed the nack with error id
parent 9ce636e9
Branches
Tags
1 merge request!48[GS, ARP] New entrypoint for lyra_gs and ARP related things
......@@ -35,7 +35,7 @@ void Hub::dispatchOutgoingMsg(const mavlink_message_t& msg)
Radio* radio = ModuleManager::getInstance().get<Radio>();
if(!radio->sendMsg(msg)) {
sendNack(msg);
sendNack(msg, 0);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment