xiaoxiang781216 commented on code in PR #18840: URL: https://github.com/apache/nuttx/pull/18840#discussion_r3177846452
########## drivers/rpmsg/rpmsg_ping.c: ########## @@ -189,11 +189,7 @@ static void rpmsg_ping_logout(FAR const char *s, clock_t value) perf_convert(value, &ts); -#ifdef CONFIG_SYSTEM_TIME64 syslog(LOG_EMERG, "%s: %" PRIu64 " s, %ld ns\n", s, ts.tv_sec, ts.tv_nsec); Review Comment: fix ########## include/inttypes.h: ########## @@ -338,36 +338,6 @@ #define SCNxOFF SCNx32 #endif Review Comment: fix -- 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]
