kywwilson11 commented on code in PR #17007: URL: https://github.com/apache/nuttx/pull/17007#discussion_r2379880384
########## arch/arm/src/stm32h5/stm32_adc.h: ########## @@ -498,8 +521,8 @@ extern "C" struct adc_dev_s; struct adc_dev_s *stm32h5_adc_initialize(int intf, - const uint8_t *chanlist, - int nchannels); + struct stm32_adc_channel_s *chanlist + , int nchannels); Review Comment: I ended up implementing changes similar to what @raiden00pl suggested. board defines will be used to initialize smpr1, smpr2, and difsel. chanlist is no longer a structure. Given these changes I think everyone will be satisfied, so I am going to resolve the conversation. -- 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