X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f66114426b1c889806363d8e7d084378594e1ddd..da198be4b5ae28a3d1c711b31081aba5af33ed6d:/armsrc/epa.c diff --git a/armsrc/epa.c b/armsrc/epa.c index b89d4956..3b4e341a 100644 --- a/armsrc/epa.c +++ b/armsrc/epa.c @@ -102,7 +102,7 @@ static struct { static uint8_t apdu_lengths_replay[5]; // type of card (ISO 14443 A or B) -static char iso_type = 0; +static char iso_type; //----------------------------------------------------------------------------- // Wrapper for sending APDUs to type A and B cards