Skip to content
Snippets Groups Projects
Commit 5c292a14 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[Mavlink] Fixed wrong definition

parent 8871534c
Branches
Tags
No related merge requests found
......@@ -249,7 +249,7 @@ bool MavlinkDriver<PktLength, OutQueueSize, MavMsgLength>::start()
template <unsigned int PktLength, unsigned int OutQueueSize,
unsigned int MavMsgLength>
bool MavlinkDriver<PktLength, OutQueueSize, MavMsgLength>::start()
bool MavlinkDriver<PktLength, OutQueueSize, MavMsgLength>::isStarted()
{
return sndStarted && rcvStarted;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment