mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: remove warning unused variable
This commit is contained in:
parent
d42b4f6ddf
commit
0a648d482d
5 changed files with 6 additions and 7 deletions
|
@ -130,7 +130,7 @@ int CmdHIDDemod(const char *Cmd) {
|
|||
|
||||
uint8_t bits[MAX_GRAPH_TRACE_LEN] = {0};
|
||||
size_t size = getFromGraphBuf(bits);
|
||||
if (size==0) {
|
||||
if (size == 0) {
|
||||
PrintAndLogEx(DEBUG, "DEBUG: Error - HID not enough samples");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue