altos: disable FEC debug on MM
authorKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 08:22:32 +0000 (01:22 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 08:22:32 +0000 (01:22 -0700)
Seems to work; we'll leave the code around in case something bad
happens later.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/megametrum-v0.1/ao_pins.h

index f5bd3e0d164c7abc6ba667a189edff7cad8dd8f4..1d2051e147577d2e4e8a0ea2a90d26f412ae78c3 100644 (file)
@@ -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)