mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
samples to skip (unint32_t)
Use unit32_t for all samples to skip
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user