]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/epa.c
prepare to update the LF T55XX commands
[proxmark3-svn] / armsrc / epa.c
index 0bbd2dd786e18af9a43a927dcf66c5b6618a9446..7bff9f1987082b511524a36cea10634ae5e98629 100644 (file)
@@ -15,6 +15,7 @@
 #include "epa.h"
 #include "../common/cmd.h"
 
+
 // Protocol and Parameter Selection Request
 // use regular (1x) speed in both directions
 // CRC is already included
@@ -435,6 +436,8 @@ int EPA_Setup()
        
        iso14a_set_timeout(10500);
        
+       iso14a_set_timeout(10500);
+       
        // select the card
        return_code = iso14443a_select_card(uid, &card_select_info, NULL);
        if (return_code != 1) {
Impressum, Datenschutz