From: Keith Packard Date: Wed, 27 Jun 2012 08:22:32 +0000 (-0700) Subject: altos: disable FEC debug on MM X-Git-Tag: 1.0.9.6~16 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9695a217e13f9d194b6dc40e2696017e5f8e8176 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 --- 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)