kopia lustrzana https://github.com/f4exb/sdrangel
Complex decimators: fixed compiler warning
rodzic
45698b1896
commit
db7ae9a0cd
|
@ -46,6 +46,8 @@ bool DecimatorC::decimate(Complex c, Complex& cd)
|
||||||
return decimate32(c, cd);
|
return decimate32(c, cd);
|
||||||
} else if (m_log2Decim == 6) {
|
} else if (m_log2Decim == 6) {
|
||||||
return decimate64(c, cd);
|
return decimate64(c, cd);
|
||||||
|
} else {
|
||||||
|
return true; // no decimation
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue