altos: Disable CC115L debug commands
authorKeith Packard <keithp@keithp.com>
Sun, 31 Mar 2013 19:21:03 +0000 (12:21 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 31 Mar 2013 19:21:03 +0000 (12:21 -0700)
now that it appears to work, leave these disabled by default

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_cc115l.c

index 0e019bc063a55851d09684c70a3d0df64f17bafb..9a4908b501d0030b7f9a2fd169a2bf7bb51d72a3 100644 (file)
@@ -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