From 5b4b5de34c43f2ef3db1c4f2d497459a7e775fc9 Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Mon, 14 Dec 2015 13:09:56 +0000 Subject: [PATCH] Disable DSM debug output --- src/lib/rc/dsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/rc/dsm.c b/src/lib/rc/dsm.c index 8747a45f4e..37a3b7a7ba 100644 --- a/src/lib/rc/dsm.c +++ b/src/lib/rc/dsm.c @@ -57,7 +57,7 @@ #define dsm_udelay(arg) up_udelay(arg) #endif -#define DSM_DEBUG +//#define DSM_DEBUG static enum DSM_DECODE_STATE { DSM_DECODE_STATE_DESYNC = 0,