mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix partial data acqusitions not use bigbuff_malloc
This commit is contained in:
parent
d6f552e856
commit
04bca3cdb7
3 changed files with 50 additions and 23 deletions
|
@ -70,6 +70,7 @@ uint32_t DoAcquisition_config(bool verbose, uint32_t sample_size);
|
|||
* Refactoring of lf sampling buffer
|
||||
*/
|
||||
void initSampleBuffer(uint32_t *sample_size);
|
||||
void initSampleBufferEx(uint32_t *sample_size, bool use_malloc);
|
||||
void logSampleSimple(uint8_t sample);
|
||||
void logSample(uint8_t sample, uint8_t decimation, uint8_t bits_per_sample, bool avg);
|
||||
uint32_t getSampleCounter();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue