mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
remove dublicate calls (thanks @doegox)
This commit is contained in:
parent
e50be8cb3a
commit
085d7c6cc5
1 changed files with 0 additions and 8 deletions
|
@ -346,10 +346,6 @@ static int em4x05_demod_resp(uint32_t *word, bool onlyPreamble) {
|
||||||
if (res == PM3_SUCCESS)
|
if (res == PM3_SUCCESS)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
res = doPreambleSearch(&idx);
|
|
||||||
if (res == PM3_SUCCESS)
|
|
||||||
break;
|
|
||||||
|
|
||||||
if (res == PM3_EFAILED)
|
if (res == PM3_EFAILED)
|
||||||
found_err = true;
|
found_err = true;
|
||||||
|
|
||||||
|
@ -358,10 +354,6 @@ static int em4x05_demod_resp(uint32_t *word, bool onlyPreamble) {
|
||||||
if (res == PM3_SUCCESS)
|
if (res == PM3_SUCCESS)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
res = doPreambleSearch(&idx);
|
|
||||||
if (res == PM3_SUCCESS)
|
|
||||||
break;
|
|
||||||
|
|
||||||
if (res == PM3_EFAILED)
|
if (res == PM3_EFAILED)
|
||||||
found_err = true;
|
found_err = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue