Merge pull request #65 from salcatroppa/master
Update freefare_internal.h
This commit is contained in:
commit
22929cd2cb
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