]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: textual fix
authoriceman1001 <iceman@iuse.se>
Mon, 22 Feb 2016 16:51:07 +0000 (17:51 +0100)
committericeman1001 <iceman@iuse.se>
Mon, 22 Feb 2016 16:51:07 +0000 (17:51 +0100)
common/lfdemod.c

index 306f3626d7fbc89a7c3b36f0a8b2d856834db969..1c05920d66227b903433f22ba445ec682815ba62 100644 (file)
@@ -484,7 +484,7 @@ size_t fsk_wave_demod(uint8_t * dest, size_t size, uint8_t fchigh, uint8_t fclow
 
        size_t numBits = 0;
        // count cycles between consecutive lo-hi transitions, there should be either 8 (fc/8)
-       // or 10 (fc/10) cycles but in practice due to noise etc we may end up with with anywhere
+       // or 10 (fc/10) cycles but in practice due to noise etc we may end up with anywhere
        // between 7 to 11 cycles so fuzz it by treat anything <9 as 8 and anything else as 10
        for(idx = 161; idx < size-20; idx++) {
                // threshold current value
Impressum, Datenschutz