mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 09:33:48 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user