summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/drivers/ao_cc115l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_cc115l.c b/src/drivers/ao_cc115l.c
index 0e019bc0..9a4908b5 100644
--- a/src/drivers/ao_cc115l.c
+++ b/src/drivers/ao_cc115l.c
@@ -33,7 +33,7 @@ static uint8_t ao_radio_mcu_wake; /* MARC status change */
static uint8_t ao_radio_marcstate; /* Last read MARC state value */
/* Debugging commands */
-#define CC115L_DEBUG 1
+#define CC115L_DEBUG 0
/* Runtime tracing */
#define CC115L_TRACE 0