mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-15 19:17:26 -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
|
@ -400,7 +400,7 @@ int CmdLFSetConfig(const char *Cmd) {
|
|||
bool errors = false;
|
||||
int trigger_threshold = -1;//Means no change
|
||||
uint8_t unsigned_trigg = 0;
|
||||
int samples_to_skip = -1;
|
||||
uint32_t samples_to_skip = 0; // will return offset to 0 if not supplied. Could set to 0xffffffff if needed to not update
|
||||
|
||||
|
||||
uint8_t cmdp = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue