style
This commit is contained in:
@@ -716,7 +716,7 @@ int ASKbiphaseDemod(const char *Cmd, bool verbose) {
|
|||||||
setDemodBuff(BitStream, size, 0);
|
setDemodBuff(BitStream, size, 0);
|
||||||
setClockGrid(clk, startIdx + clk * offset / 2);
|
setClockGrid(clk, startIdx + clk * offset / 2);
|
||||||
if (g_debugMode || verbose) {
|
if (g_debugMode || verbose) {
|
||||||
PrintAndLogEx(NORMAL, "Biphase Decoded using offset %d | clock %d | #errors %d | start index %d\ndata\n", offset, clk, errCnt, (startIdx + clk * offset / 2));
|
PrintAndLogEx(DEBUG, "Biphase Decoded using offset %d | clock %d | #errors %d | start index %d\ndata\n", offset, clk, errCnt, (startIdx + clk * offset / 2));
|
||||||
printDemodBuff();
|
printDemodBuff();
|
||||||
}
|
}
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
|
|||||||
Reference in New Issue
Block a user