mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
cppchecker...
This commit is contained in:
parent
46767a07e7
commit
3fead5b93c
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ int GetAskClock(const char *str, bool verbose) {
|
||||||
setClockGrid(clock1, idx);
|
setClockGrid(clock1, idx);
|
||||||
}
|
}
|
||||||
// Only print this message if we're not looping something
|
// Only print this message if we're not looping something
|
||||||
if (printAns || g_debugMode)
|
if (verbose || g_debugMode)
|
||||||
PrintAndLogEx(SUCCESS, "Auto-detected clock rate: %d, Best Starting Position: %d", clock1, idx);
|
PrintAndLogEx(SUCCESS, "Auto-detected clock rate: %d, Best Starting Position: %d", clock1, idx);
|
||||||
|
|
||||||
free(bits);
|
free(bits);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue