mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
less output when on NON-RDV4 platform
This commit is contained in:
parent
fa2031c97a
commit
0cdc2c446a
2 changed files with 26 additions and 15 deletions
|
@ -139,7 +139,7 @@ void convertGraphFromBitstreamEx(int hi, int low) {
|
|||
if (size == 0) {
|
||||
PrintAndLogEx(WARNING, "Failed to copy from graphbuffer");
|
||||
free(bits);
|
||||
return -1;
|
||||
return;
|
||||
}
|
||||
|
||||
// set signal properties low/high/mean/amplitude and is_noise detection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue