mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08:00
cppchecker
This commit is contained in:
parent
785d790ea0
commit
46767a07e7
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ void convertGraphFromBitstreamEx(int hi, int low) {
|
|||
}
|
||||
|
||||
// Get or auto-detect ask clock rate
|
||||
int GetAskClock(const char *str, bool printAns) {
|
||||
int GetAskClock(const char *str, bool verbose) {
|
||||
if (getSignalProperties()->isnoise)
|
||||
return -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue