mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-06 06:55:05 +00:00
Fix compilation issues.
This commit is contained in:
parent
baa4f7aa4c
commit
edddbedd4b
3 changed files with 13 additions and 23 deletions
2
FM.cpp
2
FM.cpp
|
|
@ -57,7 +57,7 @@ void CFM::samples(bool cos, q15_t* samples, uint8_t length)
|
|||
for (; i < length; i++) {
|
||||
q15_t currentSample = samples[i];//save to a local variable to avoid indirection on every access
|
||||
|
||||
CTCSSState ctcssState = m_ctcssRX.process(currentSample);
|
||||
uint8_t ctcssState = m_ctcssRX.process(currentSample);
|
||||
|
||||
if (CTCSS_NOT_READY(ctcssState) && m_modemState != STATE_FM) {
|
||||
//Not enough samples to determine if you have CTCSS, just carry on
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue