more cleanup noticed just now

This commit is contained in:
n-hutton 2025-01-21 23:51:26 +00:00
commit acb7de9d8d
4 changed files with 0 additions and 10 deletions

View file

@ -694,14 +694,11 @@ static int CmdEMVSmartToNFC(const char *Cmd) {
}
FLAG_SET_MF_SIZE(flags, MIFARE_2K_MAX_BYTES);
//snprintf(csize, sizeof(csize), "2K with RATS");
//k_sectors_cnt = MIFARE_2K_MAXSECTOR; // todo: delete
flags |= FLAG_ATQA_IN_DATA;
flags |= FLAG_SAK_IN_DATA;
payload.flags = flags;
//payload.flags = 0x1204;
payload.exitAfter = 0x1;
payload.atqa = 0x0;
payload.sak = 0x20;