pkarashchenko commented on code in PR #6092: URL: https://github.com/apache/incubator-nuttx/pull/6092#discussion_r857261844
########## arch/arm/src/imxrt/imxrt_adc.h: ########## @@ -67,8 +67,8 @@ extern "C" ****************************************************************************/ #ifdef CONFIG_IMXRT_ADC -FAR struct adc_dev_s *imxrt_adcinitialize(int intf, - FAR const uint8_t *chanlist, +struct adc_dev_s *imxrt_adcinitialize(int intf, + const uint8_t *chanlist, int nchannels); Review Comment: Still here -- 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