Fix compile issues.

This commit is contained in:
Jonathan Naylor 2018-11-06 19:52:30 +00:00
parent 70840a10c2
commit dd4549a753
6 changed files with 54 additions and 24 deletions

View file

@ -290,10 +290,10 @@ void CAPRSWriter::clock(unsigned int ms)
m_idTimer.start();
}
sendIdFrameMobile();
sendIdFramesMobile();
} else {
if (m_idTimer.hasExpired()) {
sendIdFrameFixed();
sendIdFramesFixed();
m_idTimer.start();
}
}