mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-15 09:43:00 -07:00
minor fix - got too comment happy removing test code
should not have commented this code out
This commit is contained in:
parent
e888ed8e62
commit
ea7d657f75
1 changed files with 2 additions and 2 deletions
|
@ -240,10 +240,10 @@ int Cmdaskrawdemod(const char *Cmd)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
//debug
|
//debug
|
||||||
if ((bitnum>64) && (BitStream[bitnum-1]!=77)) break;
|
if ((bitnum>64) && (BitStream[bitnum-1]!=77)) break;
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ClearGraph(0);
|
ClearGraph(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue