diff options
author | Keith Packard <keithp@keithp.com> | 2013-03-31 12:21:03 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-03-31 12:21:03 -0700 |
commit | a0628541e1bfc3e4a122cc824188ed53fddf733e (patch) | |
tree | f674fd8d3dd173eb1e26413389dee8602668f793 | |
parent | d8826b1ad5487de9345b7dcaf6c75a45117ff538 (diff) |
altos: Disable CC115L debug commands
now that it appears to work, leave these disabled by default
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/drivers/ao_cc115l.c | 2 |
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 |