Junbo-Zheng commented on code in PR #1319: URL: https://github.com/apache/incubator-nuttx-apps/pull/1319#discussion_r975544624
########## nshlib/nsh_proccmds.c: ########## @@ -758,3 +769,114 @@ int cmd_usleep(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) return OK; } #endif + +/**************************************************************************** + * Name: cmd_uptime + ****************************************************************************/ + +#ifndef CONFIG_NSH_DISABLE_UPTIME +int cmd_uptime(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv) Review Comment: done. -- 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]
