LightDestory opened a new pull request, #16517: URL: https://github.com/apache/nuttx/pull/16517
## Summary Enabling the Timer Capture feature causes the compilation to fail due to undeclared RCC stuff. This PR aims to fix this issue, Thanks to @acassis for assisting me, ## Impact Adds the include of "stm32_rcc." to the "stm32_capture.c" to fix the undeclared RCC settings. ## Testing Before PR:  After PR:  -- 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