From 539c376dd3985b23b71c8e6a312c816a4500f485 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 12 Oct 2020 01:01:07 +0200 Subject: [PATCH] typedef name --- client/src/cmdhf15.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index 9f89da196..238aad435 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -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" },