xiaoxiang781216 commented on code in PR #16500:
URL: https://github.com/apache/nuttx/pull/16500#discussion_r2139039190


##########
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:
   yes, 32/64bit arch/chip doesn't need FAR decorator and should be removed, 
only common code or 16bit arch need add FAR if needed.



-- 
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

Reply via email to