mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
7584a7a617
commit
bd99523edc
1 changed files with 2 additions and 1 deletions
|
@ -274,7 +274,8 @@ int demodAWID(bool verbose) {
|
||||||
}
|
}
|
||||||
free(bits);
|
free(bits);
|
||||||
|
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: AWID idx: %d, Len: %zu Printing DemodBuffer:", idx, size);
|
PrintAndLogEx(DEBUG, "DEBUG: AWID idx: %d, Len: %zu", idx, size);
|
||||||
|
PrintAndLogEx(DEBUG, "DEBUG: Printing DemodBuffer:");
|
||||||
if (g_debugMode) {
|
if (g_debugMode) {
|
||||||
printDemodBuff(0, false, false, true);
|
printDemodBuff(0, false, false, true);
|
||||||
printDemodBuff(0, false, false, false);
|
printDemodBuff(0, false, false, false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue