mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix param call in lf keri demod
This commit is contained in:
parent
1ed21a3ae8
commit
08b583e2bb
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ int demodKeri(bool verbose) {
|
||||||
raw1 = bytebits_to_byte(DemodBuffer, 32);
|
raw1 = bytebits_to_byte(DemodBuffer, 32);
|
||||||
raw2 = bytebits_to_byte(DemodBuffer + 32, 32);
|
raw2 = bytebits_to_byte(DemodBuffer + 32, 32);
|
||||||
|
|
||||||
CmdPrintDemodBuff("x");
|
CmdPrintDemodBuff("-x");
|
||||||
}
|
}
|
||||||
|
|
||||||
//get internal id
|
//get internal id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue