mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 22:18:57 +00:00
Merge pull request #170 from gatekeep/master
Correctly use the CORRELATION_COUNTDOWN constant vs magic number of 5U.
This commit is contained in:
commit
bdd4f395ad
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ void CP25RX::processNone(q15_t sample)
|
|||
|
||||
m_averagePtr = NOAVEPTR;
|
||||
|
||||
m_countdown = 5U;
|
||||
m_countdown = CORRELATION_COUNTDOWN;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue