mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
deleted client call of reset function
This commit is contained in:
parent
e41e8555a3
commit
6448ade0f2
7 changed files with 0 additions and 61 deletions
|
@ -1005,22 +1005,6 @@ static int reset(void) {
|
|||
return PM3_EFAILED;
|
||||
}
|
||||
|
||||
void em4x50_reset(void) {
|
||||
|
||||
// reset EM4x50
|
||||
|
||||
uint8_t status = PM3_EFAILED;
|
||||
|
||||
em4x50_setup_read();
|
||||
|
||||
// set gHigh and gLow
|
||||
if (get_signalproperties() && find_em4x50_tag())
|
||||
status = reset();
|
||||
|
||||
lf_finalize();
|
||||
reply_ng(CMD_LF_EM4X50_RESET, status, 0, 0);
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
// read functions
|
||||
//==============================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue