wenliangxue commented on a change in pull request #1066: URL: https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r827919154
########## File path: netutils/ping/icmp_ping.c ########## @@ -290,7 +310,7 @@ void icmp_ping(FAR const struct ping_info_s *info) goto done; } - elapsed = (unsigned int)TICK2MSEC(clock() - start); + elapsed = (unsigned int)TICK2USEC(clock() - start); Review comment: Unified modification to long type -- 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