X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a9104f7e31d6c134f9772fef6df2156ed06c9e78..c85805b8a2e96f2d66a4728abe14053436e36068:/include/smartcard.h

diff --git a/include/smartcard.h b/include/smartcard.h
index 82b346f5..161c6f6d 100644
--- a/include/smartcard.h
+++ b/include/smartcard.h
@@ -17,7 +17,7 @@
 //-----------------------------------------------------------------------------
 typedef struct {
 	uint8_t atr_len;
-	uint8_t atr[30];
+	uint8_t atr[34];
 } __attribute__((__packed__)) smart_card_atr_t;
 
 typedef enum SMARTCARD_COMMAND {