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:
Romuald Conty 2012-06-03 21:02:54 +00:00
parent c973800164
commit ce443d50ca
2 changed files with 2 additions and 2 deletions

View file

@ -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 {