pkarashchenko commented on a change in pull request #1066: URL: https://github.com/apache/incubator-nuttx-apps/pull/1066#discussion_r827660917
########## File path: netutils/ping/icmp_ping.c ########## @@ -59,11 +61,21 @@ */ static uint16_t g_pingid = 0; +static volatile bool exiting = false; Review comment: Global symbols are zero initialized according to C standard, so only non-zero initializers are needed -- 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