TimJTi commented on code in PR #7702: URL: https://github.com/apache/nuttx/pull/7702#discussion_r1033442040
########## arch/arm/src/sama5/Kconfig: ########## @@ -3712,6 +3763,17 @@ config SAMA5_ADC_TIOA_BOTH endchoice # ADTRG edge endif # SAMA5_ADC_TIOATRIG + +if SAMA5_ADC_PERIODIC_TRIG + +config SAMA5_ADC_TRIGGER_PERIOD + int "ADC Periodic Trigger Rate, useconds" + default 50000 + ---help--- + This setting determines the periodic sample trigger rate in useconds. Review Comment: yep, this was wrong. -- 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