wangchdo commented on code in PR #17784:
URL: https://github.com/apache/nuttx/pull/17784#discussion_r2667098439


##########
include/nuttx/hrtimer.h:
##########
@@ -65,8 +65,8 @@ typedef struct hrtimer_node_s hrtimer_node_t;
  * timer context and must not block.
  */
 
-typedef CODE uint64_t
-(*hrtimer_cb)(FAR hrtimer_t *hrtimer, uint64_t expired);
+typedef CODE uint64_t (*hrtimer_entry_t)(FAR const hrtimer_t *hrtimer,

Review Comment:
   I used this kind of name before, i changed it per review comments....



##########
include/nuttx/hrtimer.h:
##########
@@ -65,8 +65,8 @@ typedef struct hrtimer_node_s hrtimer_node_t;
  * timer context and must not block.
  */
 
-typedef CODE uint64_t
-(*hrtimer_cb)(FAR hrtimer_t *hrtimer, uint64_t expired);
+typedef CODE uint64_t (*hrtimer_entry_t)(FAR const hrtimer_t *hrtimer,

Review Comment:
   I used this kind of name before, I changed it per review comments....



-- 
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]

Reply via email to