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