mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: some minor changes from @marshmellow42
This commit is contained in:
parent
516dbac210
commit
1a4b907335
3 changed files with 9 additions and 13 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue