From 9695a217e13f9d194b6dc40e2696017e5f8e8176 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 27 Jun 2012 01:22:32 -0700 Subject: [PATCH] altos: disable FEC debug on MM Seems to work; we'll leave the code around in case something bad happens later. Signed-off-by: Keith Packard --- src/megametrum-v0.1/ao_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h index f5bd3e0d..1d2051e1 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -271,7 +271,7 @@ struct ao_adc { * Radio (cc1120) */ -#define AO_FEC_DEBUG 1 +#define AO_FEC_DEBUG 0 #define AO_CC1120_SPI_CS_PORT (&stm_gpioc) #define AO_CC1120_SPI_CS_PIN 5 #define AO_CC1120_SPI_BUS STM_SPI_INDEX(2) -- 2.30.2