Correctly use the CORRELATION_COUNTDOWN constant vs magic number of 5U.

This commit is contained in:
Bryan Biedenkapp 2018-05-15 12:23:49 -04:00
parent 077bb3b366
commit 4ae2999e95
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ void CP25RX::processNone(q15_t sample)
m_averagePtr = NOAVEPTR;
m_countdown = 5U;
m_countdown = CORRELATION_COUNTDOWN;
}
}