This commit is contained in:
iceman1001 2022-10-29 01:26:12 +02:00
commit 3f92d5ee67
7 changed files with 803 additions and 803 deletions

View file

@ -603,7 +603,7 @@ void EPA_PACE_Simulate(PacketCommandNG *c) {
// Set up communication with the card // Set up communication with the card
int res = EPA_Setup(); int res = EPA_Setup();
if (res != 0){ if (res != 0) {
EPA_PACE_Collect_Nonce_Abort(CMD_HF_EPA_PACE_SIMULATE, 1, res); EPA_PACE_Collect_Nonce_Abort(CMD_HF_EPA_PACE_SIMULATE, 1, res);
return; return;
} }