mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-18 11:07:28 +08:00
fix accum clear
This commit is contained in:
parent
660858a02c
commit
903af4412a
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ static void RAMFUNC skipSniff(uint8_t *dest, uint16_t dsize, uint8_t skipMode, u
|
|||
*dest = accum;
|
||||
dest++;
|
||||
dsize --;
|
||||
accum = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue