acassis commented on code in PR #17007: URL: https://github.com/apache/nuttx/pull/17007#discussion_r2353757798
########## 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 also agree on that @linguini1. I think if everything is settle and @raiden00pl understand your position lets merge it and have some proposal to improve it to other STM32 families (maybe opening an issue to keep track of it). -- 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