From e18660367bea831c52da9e6dd1643fc63d9c7629 Mon Sep 17 00:00:00 2001 From: Simon Duquennoy Date: Wed, 3 Oct 2018 13:29:47 +0200 Subject: [PATCH] CC1200: disable debug by default --- arch/dev/cc1200/cc1200.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/dev/cc1200/cc1200.c b/arch/dev/cc1200/cc1200.c index c7a8faee2..2873c0629 100644 --- a/arch/dev/cc1200/cc1200.c +++ b/arch/dev/cc1200/cc1200.c @@ -60,7 +60,7 @@ static rtimer_clock_t sfd_timestamp = 0; * - 2: Print errors + warnings (recoverable errors) * - 3: Print errors + warnings + information (what's going on...) */ -#define DEBUG_LEVEL 2 +#define DEBUG_LEVEL 0 /* * RF test mode. Blocks inside "configure()". * - Set this parameter to 1 in order to produce an modulated carrier (PN9)