Corrected variable name

pull/16/head
boblark 2 years ago
parent da88765282
commit ae0942283a
  1. 4
      radioBFSKmodulator_F32.h

@ -204,9 +204,9 @@ public:
// Low pass filter on frequency control line. Set to NULL to omitfilter.
void setLPF(float32_t* _FIRdata, float32_t* _FIRcoeff, uint16_t _numCoeffs) {
FIRdata = _FIRdata;
if(_FIRCoeff == NULL || _numCoeffs == 0)
if(_FIRcoeff == NULL || _numCoeffs == 0)
{
FIRCoeff = NULL;
FIRcoeff = NULL;
numCoeffs = 0;
return;
}

Loading…
Cancel
Save