typedef name

This commit is contained in:
Philippe Teuwen 2020-10-12 01:01:07 +02:00
parent 0c6cf90ad3
commit 539c376dd3

View file

@ -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" },