xiaoxiang781216 commented on code in PR #16500: URL: https://github.com/apache/nuttx/pull/16500#discussion_r2139058108
########## arch/arm/src/stm32f0l0g0/Kconfig: ########## @@ -1505,6 +1505,10 @@ config STM32F0L0G0_HAVE_ADC1_DMA bool default n +config STM32F0L0G0_HAVE_ADC_OVERSAMPLE + bool + default y if STM32F0L0G0_STM32L0 || STM32F0L0G0_STM32G0 || STM32F0L0G0_STM32C0 Review Comment: ```suggestion default STM32F0L0G0_STM32L0 || STM32F0L0G0_STM32G0 || STM32F0L0G0_STM32C0 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org