mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 08:35:56 +08: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);
|
||||
raw2 = bytebits_to_byte(DemodBuffer + 32, 32);
|
||||
|
||||
CmdPrintDemodBuff("x");
|
||||
CmdPrintDemodBuff("-x");
|
||||
}
|
||||
|
||||
//get internal id
|
||||
|
|
Loading…
Reference in a new issue