small fix

This commit is contained in:
merlokk 2018-11-30 19:51:56 +02:00
commit 29e2bbc66c

View file

@ -18,7 +18,7 @@
#include "crypto/libpcrypto.h" #include "crypto/libpcrypto.h"
AccessConditions_t MFAccessConditions[] = { 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"}, {0x01, "read AB; dectrAB"},
{0x02, "read AB"}, {0x02, "read AB"},
{0x03, "read B; write B"}, {0x03, "read B; write B"},