mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
chg: not fatal
This commit is contained in:
parent
69bab29834
commit
9448755240
1 changed files with 1 additions and 1 deletions
|
@ -2008,7 +2008,7 @@ void MifareSetMod(uint8_t *datain) {
|
||||||
uint64_t ui64Key = bytes_to_num(datain + 1, 6);
|
uint64_t ui64Key = bytes_to_num(datain + 1, 6);
|
||||||
|
|
||||||
// variables
|
// variables
|
||||||
uint16_t isOK = PM3_EFATAL;
|
uint16_t isOK = PM3_EUNDEF;
|
||||||
uint8_t uid[10] = {0};
|
uint8_t uid[10] = {0};
|
||||||
uint32_t cuid = 0;
|
uint32_t cuid = 0;
|
||||||
struct Crypto1State mpcs = {0, 0};
|
struct Crypto1State mpcs = {0, 0};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue