Update freefare_internal.h
This commit is contained in:
parent
b49692848e
commit
78322f486e
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ struct ntag21x_tag {
|
||||||
struct ntag21x_key {
|
struct ntag21x_key {
|
||||||
uint8_t data[4]; // 4B key
|
uint8_t data[4]; // 4B key
|
||||||
uint8_t pack[2]; // 2B Password Acknowlege
|
uint8_t pack[2]; // 2B Password Acknowlege
|
||||||
} ntag21x_key;
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FreefareTag assertion macros
|
* FreefareTag assertion macros
|
||||||
|
|
Loading…
Reference in a new issue