mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Allow idle P25 reception.
This commit is contained in:
parent
c7cfa5e1ab
commit
970725819b
1 changed files with 1 additions and 1 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -352,7 +352,7 @@ void CIO::process()
|
|||
dstarRX.samples(GMSKVals, blockSize);
|
||||
}
|
||||
|
||||
if (m_dmrEnable || m_ysfEnable) {
|
||||
if (m_dmrEnable || m_ysfEnable || m_p25Enable) {
|
||||
q15_t C4FSKVals[RX_BLOCK_SIZE + 1U];
|
||||
::arm_fir_fast_q15(&m_C4FSKFilter, samples, C4FSKVals, blockSize);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue