From fe740fabfd392635410a382abe13c75950c4e182 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 25 Mar 2019 00:04:28 +0100 Subject: [PATCH] cmdlfhid: comment unused struct --- client/cmdlfhid.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/cmdlfhid.c b/client/cmdlfhid.c index 7e9448f67..c0d55f977 100644 --- a/client/cmdlfhid.c +++ b/client/cmdlfhid.c @@ -297,6 +297,8 @@ int CmdHIDClone(const char *Cmd) { SendCommand(&c); return 0; } + +/* // struct to handle wiegand typedef struct { uint8_t FormatLen; @@ -306,6 +308,7 @@ typedef struct { uint8_t *Wiegand; size_t Wiegand_n; } wiegand_t; +*/ static void addHIDMarker(uint8_t fmtlen, uint8_t *out) { // temp array