X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6f36848f9ecb5f6a1131a9bf4def5b3e2e05a415..ec187c2f9fffe03711d0e3039ee8ffe0a27331c8:/common/lfdemod.c diff --git a/common/lfdemod.c b/common/lfdemod.c index 801d651b..5a1007fb 100644 --- a/common/lfdemod.c +++ b/common/lfdemod.c @@ -41,6 +41,7 @@ //********************************************************************************************** #define LOWEST_DEFAULT_CLOCK 32 #define FSK_PSK_THRESHOLD 123 + //to allow debug print calls when used not on device void dummy(char *fmt, ...){} #ifndef ON_DEVICE