mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 18:47:24 -07:00
removed redundant function to compose reader short frame
This commit is contained in:
parent
28afbd2bee
commit
195af47289
4 changed files with 36 additions and 80 deletions
|
@ -29,10 +29,6 @@ bool bAuthenticating;
|
|||
bool bPwd;
|
||||
bool bSuccessful;
|
||||
|
||||
size_t nbytes(size_t nbits) {
|
||||
return (nbits/8)+((nbits%8)>0);
|
||||
}
|
||||
|
||||
int LogTraceHitag(const uint8_t * btBytes, int iBits, int iSamples, uint32_t dwParity, int bReader)
|
||||
{
|
||||
// Return when trace is full
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue