]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
some minor lf fixes from @iceman1001
[proxmark3-svn] / client / cmdlf.c
index 93a1398d7d76d85944179fdd711ffa9676767235..9d23d97cc99d7bccc480e3a32f1ad6d97aa82014 100644 (file)
@@ -539,7 +539,7 @@ int CmdLFSetConfig(const char *Cmd)
                return usage_lf_config();
        }
        //Bps is limited to 8, so fits in lower half of arg1
-       if(bps >> 8) bps = 8;
+       if(bps >> 4) bps = 8;
 
        sample_config config = {
                decimation,bps,averaging,divisor,trigger_threshold
Impressum, Datenschutz