mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
cppcheck
This commit is contained in:
parent
1abcae291c
commit
1f9ec97dfd
1 changed files with 2 additions and 2 deletions
|
@ -1395,11 +1395,11 @@ static int CmdHFFelicaSniff(const char *Cmd) {
|
|||
}
|
||||
i++;
|
||||
}
|
||||
if (samples2skip <= 0) {
|
||||
if (samples2skip == 0) {
|
||||
samples2skip = 10;
|
||||
PrintAndLogEx(INFO, "Set default samples2skip: %i", samples2skip);
|
||||
}
|
||||
if (triggers2skip <= 0) {
|
||||
if (triggers2skip == 0) {
|
||||
triggers2skip = 5000;
|
||||
PrintAndLogEx(INFO, "Set default triggers2skip: %i", triggers2skip);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue