CHG: some minor changes from @marshmellow42

This commit is contained in:
iceman1001 2017-02-16 21:44:25 +01:00
commit 1a4b907335
3 changed files with 9 additions and 13 deletions

View file

@ -571,7 +571,6 @@ bool doPreambleSearch(size_t *startIdx){
if (g_debugMode) PrintAndLog("DEBUG: Error - EM4305 preamble not found :: %d", *startIdx);
return FALSE;
}
return TRUE;
}
@ -695,7 +694,7 @@ int CmdReadWord(const char *Cmd) {
//attempt demod:
//need 32 bits from a read word
return demodEM4x05resp(32);
return demodEM4x05resp(44);
}
int CmdWriteWord(const char *Cmd) {