mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 11:33:51 +08:00
chg: removed warning of uninitilised
This commit is contained in:
parent
9e1e9af794
commit
41540ae1c1
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ int AutoCorrelate(const int *in, int *out, size_t len, int window, bool SaveGrph
|
|||
|
||||
int CmdAutoCorr(const char *Cmd) {
|
||||
|
||||
uint32_t window;
|
||||
uint32_t window = 4000;
|
||||
uint8_t cmdp = 0;
|
||||
bool updateGrph = false;
|
||||
bool errors = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue