From: Keith Packard Date: Sun, 31 Mar 2013 19:21:03 +0000 (-0700) Subject: altos: Disable CC115L debug commands X-Git-Tag: altosdroid_v1.2-1~59 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=a0628541e1bfc3e4a122cc824188ed53fddf733e altos: Disable CC115L debug commands now that it appears to work, leave these disabled by default Signed-off-by: Keith Packard --- 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