From 30385eb10222b8c8a06a65129ad85fb43a95a0cc Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Tue, 9 Jul 2024 13:08:22 +0200 Subject: [PATCH] Add dma assignment for ADC3 on BLADE_F7_AIO (#491) - fixes https://github.com/betaflight/betaflight/issues/13754 --- configs/BLADE_F7_AIO/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/BLADE_F7_AIO/config.h b/configs/BLADE_F7_AIO/config.h index a2793422..62006a93 100644 --- a/configs/BLADE_F7_AIO/config.h +++ b/configs/BLADE_F7_AIO/config.h @@ -101,6 +101,7 @@ TIMER_PIN_MAP( 8, PB4, 1, 0) \ TIMER_PIN_MAP( 9, PB3, 1, 0) +#define ADC3_DMA_OPT 1 #define ADC_INSTANCE ADC3 #define BARO_I2C_INSTANCE (I2CDEV_1) #define FLASH_SPI_INSTANCE SPI3