mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
chg: removed warning of uninitilised
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user