Merge pull request #170 from gatekeep/master

Correctly use the CORRELATION_COUNTDOWN constant vs magic number of 5U.
This commit is contained in:
Andy CA6JAU 2018-05-15 12:34:23 -04:00 committed by GitHub
commit bdd4f395ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}