]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/epa.c
fix 'hf iclass sim':
[proxmark3-svn] / armsrc / epa.c
index fd71430bf04ba1906a75c3cae42988079d1844c2..0e999e1ed34b0650559359e83c83d40203879c66 100644 (file)
@@ -116,7 +116,7 @@ int EPA_APDU(uint8_t *apdu, size_t length, uint8_t *response)
        switch(iso_type)
        {
                case 'a':
-                       return iso14_apdu(apdu, (uint16_t) length, response);
+                       return iso14_apdu(apdu, (uint16_t) length, false, response, NULL);
                        break;
                case 'b':
                        return iso14443b_apdu(apdu, length, response);
Impressum, Datenschutz