Rename abtUid from struct mifare_param_auth into abtAuthUid: this is not the UID while using 7-bytes UID MIFARE Classic tags.
This commit is contained in:
parent
c973800164
commit
ce443d50ca
2 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ typedef enum {
|
|||
// MIFARE command params
|
||||
struct mifare_param_auth {
|
||||
uint8_t abtKey[6];
|
||||
uint8_t abtUid[4];
|
||||
uint8_t abtAuthUid[4];
|
||||
};
|
||||
|
||||
struct mifare_param_data {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue