mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-14 09:03:05 -07:00
parent
493e1a3379
commit
65ba68f0da
1 changed files with 2 additions and 2 deletions
|
@ -1265,8 +1265,8 @@ void MifareStaticNested(uint8_t blockNo, uint8_t keyType, uint8_t targetBlockNo,
|
||||||
|
|
||||||
int16_t isOK;
|
int16_t isOK;
|
||||||
uint32_t cuid;
|
uint32_t cuid;
|
||||||
uint32_t nt1_1, nt2_1;
|
uint32_t nt1_1 = 0, nt2_1 = 0;
|
||||||
uint32_t nt1_2, nt2_2;
|
uint32_t nt1_2 = 0, nt2_2 = 0;
|
||||||
|
|
||||||
LEDsoff();
|
LEDsoff();
|
||||||
LED_A_ON();
|
LED_A_ON();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue