Junbo-Zheng commented on code in PR #1319: URL: https://github.com/apache/incubator-nuttx-apps/pull/1319#discussion_r975545738
########## nshlib/nsh.h: ########## @@ -1204,6 +1204,10 @@ int cmd_pmconfig(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv); int cmd_usleep(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv); #endif +#ifndef CONFIG_NSH_DISABLE_UPTIME + int cmd_uptime(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv); Review Comment: Done. I checked all the source files under nshlib and it looks like a lot of them are missing the FAR keyword, let's merge this PR first, and then I will send another PR to add the missing FAR keyword for all source files under nshlib. -- 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