From: marshmellow42 Date: Wed, 15 Mar 2017 15:07:52 +0000 (-0400) Subject: line break X-Git-Tag: v3.0.0~45^2~1 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/ec187c2f9fffe03711d0e3039ee8ffe0a27331c8 line break --- 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