mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Remove parity bit check for felica.
This commit is contained in:
parent
1a852e02c7
commit
f3d79c22f2
2 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,6 @@ static int CmdHFFelicaSim(const char *Cmd) {
|
|||
*/
|
||||
|
||||
static int CmdHFFelicaSniff(const char *Cmd) {
|
||||
if (strlen(Cmd) < 2) return usage_hf_felica_sniff();
|
||||
uint8_t paramCount = 0;
|
||||
uint64_t samples2skip = 0;
|
||||
uint64_t triggers2skip = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue