mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
removed
This commit is contained in:
parent
8657e17a0b
commit
33b4a32dfd
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ static uint16_t calcBSDchecksum4(uint8_t *bytes, uint8_t len, uint32_t mask) {
|
|||
// measuring LFSR maximum length
|
||||
static int CmdAnalyseLfsr(const char *Cmd) {
|
||||
|
||||
uint16_t lfsr, start_state = 0; /* Any nonzero start state will work. */
|
||||
uint16_t lfsr; /* Any nonzero start state will work. */
|
||||
uint8_t iv = param_get8ex(Cmd, 0, 0, 16);
|
||||
uint8_t find = param_get8ex(Cmd, 1, 0, 16);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue