xiaoxiang781216 commented on code in PR #11675:
URL: https://github.com/apache/nuttx/pull/11675#discussion_r1484946337


##########
drivers/rpmsg/rpmsg_ping.c:
##########
@@ -188,11 +188,11 @@ static void rpmsg_ping_logout_rate(uint64_t len, clock_t 
avg)
 int rpmsg_ping(FAR struct rpmsg_endpoint *ept,
                FAR const struct rpmsg_ping_s *ping)
 {
-  clock_t min = ULONG_MAX;
+  clock_t min = UINT_MAX;

Review Comment:
   it's better to change to CLOCK_MAX



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

Reply via email to