mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
MIX
This commit is contained in:
parent
5ef16fe016
commit
c155b62111
1 changed files with 3 additions and 3 deletions
|
@ -1407,7 +1407,7 @@ void ReadHitagS(hitag_function htf, hitag_data *htd) {
|
||||||
set_tracing(false);
|
set_tracing(false);
|
||||||
|
|
||||||
lf_finalize();
|
lf_finalize();
|
||||||
reply_old(CMD_ACK, bSuccessful, 0, 0, 0, 0);
|
reply_mix(CMD_ACK, bSuccessful, 0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1624,7 +1624,7 @@ void WritePageHitagS(hitag_function htf, hitag_data *htd, int page) {
|
||||||
|
|
||||||
lf_finalize();
|
lf_finalize();
|
||||||
|
|
||||||
reply_old(CMD_ACK, bSuccessful, 0, 0, 0, 0);
|
reply_mix(CMD_ACK, bSuccessful, 0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1860,5 +1860,5 @@ void check_challenges(bool file_given, uint8_t *data) {
|
||||||
|
|
||||||
set_tracing(false);
|
set_tracing(false);
|
||||||
lf_finalize();
|
lf_finalize();
|
||||||
reply_old(CMD_ACK, bSuccessful, 0, 0, 0, 0);
|
reply_mix(CMD_ACK, bSuccessful, 0, 0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue