remove fct in header file.\nreverted this decline

This commit is contained in:
iceman1001 2023-07-27 18:57:11 +02:00
commit 64ea48e7d0
2 changed files with 3 additions and 4 deletions

View file

@ -209,8 +209,8 @@ int mifare_classic_authex_cmd(struct Crypto1State *pcs, uint32_t uid, uint8_t bl
uint32_t save_timeout = iso14a_get_timeout();
// set timeout for authentication response
if (save_timeout > 103)
iso14a_set_timeout(103);
if (save_timeout > 106)
iso14a_set_timeout(106);
// Receive 4 byte tag answer
len = ReaderReceive(receivedAnswer, receivedAnswerPar);