mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
cppcheck fix
This commit is contained in:
parent
ffdd338dea
commit
977b198816
1 changed files with 0 additions and 3 deletions
|
@ -137,9 +137,6 @@ static uint8_t get_length_from_header(wiegand_message_t *data) {
|
|||
printf("a\n");
|
||||
hfmt = data->Mid & 0x0000001F;
|
||||
len = 32;
|
||||
} else if (data->Top == 0 && data->Mid == 0) { //< 32 bits
|
||||
hfmt = data->Bot;
|
||||
len = 0;
|
||||
} else {
|
||||
hfmt = data->Bot;
|
||||
len = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue