X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2b11c7c75068f6e25da5cc4ed463ff78b2cc8900..fac69c3d76b04088c337365ee124f8db4c13a2f0:/common/lfdemod.c diff --git a/common/lfdemod.c b/common/lfdemod.c index e1fcbf73..f5fee22a 100644 --- a/common/lfdemod.c +++ b/common/lfdemod.c @@ -288,6 +288,7 @@ int cleanAskRawDemod(uint8_t *BinStream, size_t *size, int clk, int invert, int } //by marshmellow +//amplify based on ask edge detection void askAmp(uint8_t *BitStream, size_t size) { uint8_t Last = 128;