chg: call specific noise function

This commit is contained in:
Chris 2018-09-09 11:29:37 +02:00
commit 90f29bf430

View file

@ -204,7 +204,7 @@ uint32_t DoAcquisition(uint8_t decimation, uint32_t bits_per_sample, bool averag
}
// Ensure that noise check is performed for any device-side processing
justNoise(dest, bufsize);
isNoise(dest, bufsize);
return data.numbits;
}