mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-06 06:43:52 +00:00
Fix compile issues.
This commit is contained in:
parent
70840a10c2
commit
dd4549a753
6 changed files with 54 additions and 24 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue