mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
small fix
This commit is contained in:
parent
4ba84e4e50
commit
29e2bbc66c
1 changed files with 1 additions and 1 deletions
|
@ -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"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue