X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/99136c6eefdc8f1bba10ece22572e471b6deebb1..81f9cbb188287393626ce7fa24b47633b2fd440b:/armsrc/emvcmd.c?ds=sidebyside diff --git a/armsrc/emvcmd.c b/armsrc/emvcmd.c index 217ded54..ed3dbdb9 100644 --- a/armsrc/emvcmd.c +++ b/armsrc/emvcmd.c @@ -1068,7 +1068,7 @@ void EMVFuzz_RATS(uint8_t ratslen, uint8_t* RATS) uint8_t *receivedCmdPar = BigBuf_malloc(MAX_PARITY_SIZE); // To control where we are in the protocol - int order; + int order = 0; // We need to listen to the high-frequency, peak-detected path. iso14443a_setup(FPGA_HF_ISO14443A_TAGSIM_LISTEN);