From 29e2bbc66c291ebdd0de03dc16b3969c952405e7 Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Fri, 30 Nov 2018 19:51:56 +0200 Subject: [PATCH] small fix --- client/mifare4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/mifare4.c b/client/mifare4.c index 92d1e7bc..8c5e9059 100644 --- a/client/mifare4.c +++ b/client/mifare4.c @@ -18,7 +18,7 @@ #include "crypto/libpcrypto.h" AccessConditions_t MFAccessConditions[] = { - {0x00, "read AB; wrAB increment AB; decrement transfer restore AB"}, + {0x00, "read AB; write AB; increment AB; decrement transfer restore AB"}, {0x01, "read AB; dectrAB"}, {0x02, "read AB"}, {0x03, "read B; write B"},