From a67edf229ae2a78b8adc719fbf17f1976f4d49e2 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Fri, 19 Mar 2021 02:43:31 -0700 Subject: [PATCH] cuav x7pro:Enable ADC3 in support of temperature sensing --- boards/cuav/x7pro/nuttx-config/nsh/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/cuav/x7pro/nuttx-config/nsh/defconfig b/boards/cuav/x7pro/nuttx-config/nsh/defconfig index 2600291c00..45f8ba2ef9 100644 --- a/boards/cuav/x7pro/nuttx-config/nsh/defconfig +++ b/boards/cuav/x7pro/nuttx-config/nsh/defconfig @@ -154,6 +154,7 @@ CONFIG_START_DAY=30 CONFIG_START_MONTH=11 CONFIG_STDIO_BUFFER_SIZE=256 CONFIG_STM32H7_ADC1=y +CONFIG_STM32H7_ADC3=y CONFIG_STM32H7_BBSRAM=y CONFIG_STM32H7_BBSRAM_FILES=5 CONFIG_STM32H7_BKPSRAM=y