Re-add the const qualifiers.

This commit is contained in:
Jonathan Naylor 2017-08-18 10:57:47 +01:00
parent 3e03fcff8e
commit f4637585f6
7 changed files with 7 additions and 7 deletions

2
IO.cpp
View file

@ -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);