Zhangshoukui commented on code in PR #2946: URL: https://github.com/apache/nuttx-apps/pull/2946#discussion_r1916199661
########## examples/lp503x/lp503x_main.c: ########## @@ -625,20 +625,26 @@ static int lp503x_cmd_help(FAR char *parg) int main(int argc, FAR char *argv[]) { + FAR char *buffer; + FAR char *cmd; + FAR char *arg; bool running; - char buffer[LINE_MAX]; Review Comment: Optimize the interface for more people to use -- 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