mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
cmdlfhid: comment unused struct
This commit is contained in:
parent
59cf25640f
commit
fe740fabfd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue