mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
syntax error
This commit is contained in:
parent
243e6934de
commit
6dc4ed3301
1 changed files with 0 additions and 10 deletions
|
@ -706,19 +706,9 @@ int CmdEM4x50Wipe(const char *Cmd) {
|
|||
return usage_lf_em4x50_wipe();
|
||||
|
||||
clearCommandBuffer();
|
||||
<<<<<<< HEAD
|
||||
SendCommandNG(CMD_LF_EM4X50_WIPE, (uint8_t *)&password, sizeof(password));
|
||||
WaitForResponse(CMD_ACK, &resp);
|
||||
|
||||
=======
|
||||
SendCommandNG(CMD_LF_EM4X50_WIPE, (uint8_t *)&etd, sizeof(etd));
|
||||
|
||||
if (!WaitForResponseTimeout(CMD_LF_EM4X50_WIPE, &resp, 2 * TIMEOUT)) {
|
||||
PrintAndLogEx(WARNING, "\ntimeout while waiting for reply.\n");
|
||||
return PM3_ETIMEOUT;
|
||||
}
|
||||
|
||||
>>>>>>> master
|
||||
// print response
|
||||
bool isOK = resp.status;
|
||||
if (isOK) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue