mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
guard the smarttonfc command
This commit is contained in:
parent
fc06cafc2f
commit
00f9403537
2 changed files with 3 additions and 1 deletions
|
@ -1663,6 +1663,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
ReaderIso14443a(packet);
|
||||
break;
|
||||
}
|
||||
#ifdef WITH_SMARTCARD
|
||||
case CMD_HF_ISO14443A_EMV_SIMULATE: {
|
||||
struct p {
|
||||
uint16_t flags;
|
||||
|
@ -1676,6 +1677,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
EMVsim(payload->flags, payload->exitAfter, payload->uid, payload->atqa, payload->sak);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
case CMD_HF_ISO14443A_SIMULATE: {
|
||||
struct p {
|
||||
uint8_t tagtype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue