]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/emvcmd.c
chg: more debug statements to find sending errors
[proxmark3-svn] / armsrc / emvcmd.c
index 3549d0e3d105ae0c6e075efee45c6d925dd3568e..f3953fa727066727ba397a152c57fdddd1628deb 100644 (file)
@@ -8,13 +8,7 @@
 //--------------------------------------------------------------------------------
 //Routines to support EMV transactions
 //--------------------------------------------------------------------------------
-
-#include "mifare.h"
-#include "iso14443a.h"
-#include "emvutil.h"
 #include "emvcmd.h"
-#include "apps.h"
-#include "emvdataels.h"
 
 static emvtags currentcard; //use to hold emv tags for the reader/card during communications
 static tUart Uart;
@@ -354,7 +348,7 @@ void EMVTransaction()
  
     iso14443a_setup(FPGA_HF_ISO14443A_READER_LISTEN);
     while(true) { 
-        if(!iso14443a_select_card(uid,NULL,&cuid)) {
+        if(!iso14443a_select_card(uid, NULL, &cuid, true, 0)) {
             if(EMV_DBGLEVEL >= 1) Dbprintf("Can't select card");
             break;
         }
Impressum, Datenschutz