cmdlfhid: comment unused struct
This commit is contained in:
@@ -297,6 +297,8 @@ int CmdHIDClone(const char *Cmd) {
|
|||||||
SendCommand(&c);
|
SendCommand(&c);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
// struct to handle wiegand
|
// struct to handle wiegand
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint8_t FormatLen;
|
uint8_t FormatLen;
|
||||||
@@ -306,6 +308,7 @@ typedef struct {
|
|||||||
uint8_t *Wiegand;
|
uint8_t *Wiegand;
|
||||||
size_t Wiegand_n;
|
size_t Wiegand_n;
|
||||||
} wiegand_t;
|
} wiegand_t;
|
||||||
|
*/
|
||||||
|
|
||||||
static void addHIDMarker(uint8_t fmtlen, uint8_t *out) {
|
static void addHIDMarker(uint8_t fmtlen, uint8_t *out) {
|
||||||
// temp array
|
// temp array
|
||||||
|
|||||||
Reference in New Issue
Block a user