mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: call specific noise function
This commit is contained in:
parent
ba9de80eeb
commit
90f29bf430
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue