mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
unused
This commit is contained in:
parent
6c1b8f809e
commit
1809d6c839
2 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ int CmdNexWatchDemod(const char *Cmd) {
|
|||
setDemodBuff(DemodBuffer, size, idx + 4);
|
||||
setClockGrid(g_DemodClock, g_DemodStartIdx + ((idx + 4)*g_DemodClock));
|
||||
|
||||
idx = 8 + 32; // 8 = preamble, 32 = reserved bits (always 0)
|
||||
// idx = 8 + 32; // 8 = preamble, 32 = reserved bits (always 0)
|
||||
|
||||
//get ID
|
||||
uint32_t ID = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue