mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
fix hf 15 reader (merge error)
This commit is contained in:
parent
6eeb5f1c29
commit
bdf96aae39
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ static void CodeIso15693AsReader(uint8_t *cmd, int n)
|
|||
for(i = 0; i < 4; i++) {
|
||||
ToSendStuffBit(1);
|
||||
}
|
||||
|
||||
ToSendMax++;
|
||||
}
|
||||
|
||||
// encode data using "1 out of 256" scheme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue