mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Re-add the const qualifiers.
This commit is contained in:
parent
3e03fcff8e
commit
f4637585f6
7 changed files with 7 additions and 7 deletions
2
IO.cpp
2
IO.cpp
|
|
@ -201,7 +201,7 @@ void CIO::process()
|
|||
p25RX.samples(P25Vals, rssi, RX_BLOCK_SIZE);
|
||||
}
|
||||
|
||||
// XXX YSF should use dcSamples, but DMR not
|
||||
// XXX YSF should use dcSamples, but DMR not
|
||||
if (m_dmrEnable || m_ysfEnable) {
|
||||
q15_t C4FSKVals[RX_BLOCK_SIZE];
|
||||
::arm_fir_fast_q15(&m_rrcFilter, samples, C4FSKVals, RX_BLOCK_SIZE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue