From 12ad1a452ac70a3d421c4e35227e7d9145d4c08b Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Sat, 25 Dec 2010 09:46:56 +0000 Subject: [PATCH] Set the default ATS instead of a custom one. This prevent some tools to work properly with a card afterthat. --- examples/mifare-desfire-ev1-configure-ats.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/mifare-desfire-ev1-configure-ats.c b/examples/mifare-desfire-ev1-configure-ats.c index 3be4913..812c731 100644 --- a/examples/mifare-desfire-ev1-configure-ats.c +++ b/examples/mifare-desfire-ev1-configure-ats.c @@ -31,7 +31,8 @@ uint8_t null_key_data[8] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -uint8_t new_ats[] = { 0x06, 0x75, 0x77, 0x81, 0x02, 0x42 }; +// Default Mifare DESFire ATS +uint8_t new_ats[] = { 0x06, 0x75, 0x77, 0x81, 0x02, 0x80 }; struct { bool interactive;