wangchdo commented on code in PR #17675: URL: https://github.com/apache/nuttx/pull/17675#discussion_r2647637530
########## include/nuttx/hrtimer_queue.h: ########## @@ -0,0 +1,555 @@ +/**************************************************************************** + * include/nuttx/hrtimer_queue.h Review Comment: I would suggest placing the hrtimer queue definitions in an internal header file. Having a single public header, `hrtimer.h`, should be sufficient. Users do not need to be aware of the internal queue structure of hrtimers; they only need to interact with the exposed APIs. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
