mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
style
This commit is contained in:
parent
827cd721fe
commit
ba45da1c28
3 changed files with 28 additions and 28 deletions
|
@ -222,7 +222,7 @@ int CmdPyramidDemod(const char *Cmd) {
|
||||||
fc = bytebits_to_byte(bits + 53, 10);
|
fc = bytebits_to_byte(bits + 53, 10);
|
||||||
cardnum = bytebits_to_byte(bits + 63, 32);
|
cardnum = bytebits_to_byte(bits + 63, 32);
|
||||||
PrintAndLogEx(SUCCESS, "Pyramid ID Found - BitLength: %d, FC: %d, Card: %d - Raw: %08x%08x%08x%08x", fmtLen, fc, cardnum, rawHi3, rawHi2, rawHi, rawLo);
|
PrintAndLogEx(SUCCESS, "Pyramid ID Found - BitLength: %d, FC: %d, Card: %d - Raw: %08x%08x%08x%08x", fmtLen, fc, cardnum, rawHi3, rawHi2, rawHi, rawLo);
|
||||||
/*
|
/*
|
||||||
} else if (fmtLen > 32) {
|
} else if (fmtLen > 32) {
|
||||||
cardnum = bytebits_to_byte(bits + 81, 16);
|
cardnum = bytebits_to_byte(bits + 81, 16);
|
||||||
//code1 = bytebits_to_byte(bits+(size-fmtLen),fmtLen-32);
|
//code1 = bytebits_to_byte(bits+(size-fmtLen),fmtLen-32);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue