mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07: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
|
// Get or auto-detect ask clock rate
|
||||||
int GetAskClock(const char *str, bool printAns) {
|
int GetAskClock(const char *str, bool verbose) {
|
||||||
if (getSignalProperties()->isnoise)
|
if (getSignalProperties()->isnoise)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue