mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 14:13:42 -07:00
added comment
This commit is contained in:
parent
31f17cf50b
commit
6c243d2163
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ int CmdHF14AMfNested(const char *Cmd)
|
|||
}
|
||||
|
||||
// one-sector nested
|
||||
if (cmdp == 'o') {
|
||||
if (cmdp == 'o') { // ------------------------------------ one sector working
|
||||
PrintAndLog("--target block no:%3d, target key type:%c ", trgBlockNo, trgKeyType?'B':'A');
|
||||
int16_t isOK = mfnested(blockNo, keyType, key, trgBlockNo, trgKeyType, keyBlock, true);
|
||||
if (isOK) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue