mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-08 05:51:08 -07:00
printf remove
This commit is contained in:
parent
04c5091018
commit
7b14c98530
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ static uint8_t get_length_from_header(wiegand_message_t *data) {
|
|||
hfmt = 0;
|
||||
len = 37;
|
||||
} else if ((data->Mid & 0x0000001F) > 0) { // 36-32 bits
|
||||
printf("a\n");
|
||||
hfmt = data->Mid & 0x0000001F;
|
||||
len = 32;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue