tinnedkarma commented on code in PR #16500: URL: https://github.com/apache/nuttx/pull/16500#discussion_r2138057721
########## arch/arm/src/stm32f0l0g0/stm32_adc.c: ########## @@ -1295,6 +1312,31 @@ static void adc_configure(struct adc_dev_s *dev) adc_dumpregs(priv); } + #if defined(CONFIG_STM32F0L0G0_ADC_OVERSAMPLE) + +/**************************************************************************** + * Name: adc_oversample + ****************************************************************************/ + +static void adc_oversample(struct adc_dev_s *dev) Review Comment: But now that I check, I see that most of the FAR usage in the kernel is in the common subsystems, and not in the arch directory -- 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