xiaoxiang781216 commented on PR #16830: URL: https://github.com/apache/nuttx/pull/16830#issuecomment-3177412084
please fix the build error: ``` Error: stm32_bringup.c:109:7: error: too few arguments to function 'stm32_cap_initialize' 109 | stm32_cap_initialize(4), | ^~~~~~~~~~~~~~~~~~~~ In file included from stm32_bringup.c:62: /github/workspace/sources/nuttx/arch/arm/src/chip/stm32_capture.h:231:25: note: declared here 231 | struct cap_lowerhalf_s *stm32_cap_initialize(int timer, uint8_t channel); | ^~~~~~~~~~~~~~~~~~~~ ``` -- 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