mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-30 19:40:37 -07:00
typedef name
This commit is contained in:
parent
0c6cf90ad3
commit
539c376dd3
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ typedef struct {
|
|||
uint64_t uid;
|
||||
int mask; // how many MSB bits used
|
||||
const char *desc;
|
||||
} productName;
|
||||
} productName_t;
|
||||
|
||||
const productName uidmapping[] = {
|
||||
const productName_t uidmapping[] = {
|
||||
|
||||
// UID, #significant Bits, "Vendor(+Product)"
|
||||
{ 0xE001000000000000LL, 16, "Motorola UK" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue