X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b66ff08113a7a12b2a770aae8fa8687a48e012f7..72c5877a74d0859b8da12575470a54a3b0ab8128:/client/cmdlf.c?ds=sidebyside diff --git a/client/cmdlf.c b/client/cmdlf.c index 93a1398d..9d23d97c 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -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