mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
a few notation fixes
This commit is contained in:
parent
c4f51073fc
commit
f516ff0895
3 changed files with 5 additions and 5 deletions
|
@ -1069,7 +1069,7 @@ int CmdRawDemod(const char *Cmd)
|
|||
void setClockGrid(int clk, int offset) {
|
||||
g_DemodStartIdx = offset;
|
||||
g_DemodClock = clk;
|
||||
PrintAndLog("demodoffset %d, clk %d",offset,clk);
|
||||
if (g_debugMode) PrintAndLog("demodoffset %d, clk %d",offset,clk);
|
||||
if (offset > clk) offset %= clk;
|
||||
if (offset < 0) offset += clk;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue