summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/megametrum-v0.1/ao_pins.h2
1 files changed, 1 insertions, 1 deletions
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)