mirror of https://github.com/markqvist/MMDVM.git
Small cleanup.
parent
46528127dc
commit
9f28d2f69a
6
IO.cpp
6
IO.cpp
|
@ -323,10 +323,10 @@ void CIO::process()
|
|||
}
|
||||
|
||||
if (m_p25Enable) {
|
||||
q15_t C4FSKVals[RX_BLOCK_SIZE];
|
||||
::arm_fir_fast_q15(&m_boxcarFilter, dcSamples, C4FSKVals, RX_BLOCK_SIZE);
|
||||
q15_t P25Vals[RX_BLOCK_SIZE];
|
||||
::arm_fir_fast_q15(&m_boxcarFilter, dcSamples, P25Vals, RX_BLOCK_SIZE);
|
||||
|
||||
p25RX.samples(C4FSKVals, rssi, RX_BLOCK_SIZE);
|
||||
p25RX.samples(P25Vals, rssi, RX_BLOCK_SIZE);
|
||||
}
|
||||
|
||||
if (m_nxdnEnable) {
|
||||
|
|
Loading…
Reference in New Issue