removed redundant function to compose reader short frame

This commit is contained in:
roel@libnfc.org 2013-04-03 08:45:04 +00:00
commit 195af47289
4 changed files with 36 additions and 80 deletions

View file

@ -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