mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
samples to skip (unint32_t)
Use unit32_t for all samples to skip
This commit is contained in:
parent
c7b3620754
commit
40b1d3bea7
4 changed files with 7 additions and 5 deletions
|
@ -118,7 +118,7 @@ typedef struct {
|
|||
bool averaging;
|
||||
int divisor;
|
||||
int trigger_threshold;
|
||||
int samples_to_skip;
|
||||
uint32_t samples_to_skip;
|
||||
} PACKED sample_config;
|
||||
/*
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue