mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
260ad9b7ae
commit
ad52243981
4 changed files with 16 additions and 16 deletions
|
@ -1734,7 +1734,7 @@ out:
|
|||
|
||||
if (transferToEml) {
|
||||
uint8_t block[16] = {0x00};
|
||||
for ( i = 0; i < sectorsCnt; ++i) {
|
||||
for (i = 0; i < sectorsCnt; ++i) {
|
||||
mfEmlGetMem(block, FirstBlockOfSector(i) + NumBlocksPerSector(i) - 1, 1);
|
||||
if (e_sector[i].foundKey[0])
|
||||
num_to_bytes(e_sector[i].Key[0], 6, block);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue