mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 01:36:52 +08: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);
|
||||
|
||||
// variables
|
||||
uint16_t isOK = PM3_EFATAL;
|
||||
uint16_t isOK = PM3_EUNDEF;
|
||||
uint8_t uid[10] = {0};
|
||||
uint32_t cuid = 0;
|
||||
struct Crypto1State mpcs = {0, 0};
|
||||
|
|
Loading…
Reference in a new issue