mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
arg names
This commit is contained in:
parent
ebdfba033d
commit
51d6fa13eb
32 changed files with 69 additions and 69 deletions
|
@ -57,7 +57,7 @@ int CmdNexWatchDemod(const char *Cmd) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
setDemodBuf(DemodBuffer, size, idx + 4);
|
||||
setDemodBuff(DemodBuffer, size, idx + 4);
|
||||
setClockGrid(g_DemodClock, g_DemodStartIdx + ((idx + 4)*g_DemodClock));
|
||||
|
||||
idx = 8 + 32; // 8 = preamble, 32 = reserved bits (always 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue