cederom commented on code in PR #2946: URL: https://github.com/apache/nuttx-apps/pull/2946#discussion_r1917617896
########## system/nxrecorder/nxrecorder_main.c: ########## @@ -531,7 +531,7 @@ static int nxrecorder_cmd_help(FAR struct nxrecorder_s *precorder, int main(int argc, FAR char *argv[]) { - char buffer[LINE_MAX]; + FAR char *buffer; Review Comment: memory save by using other stuff memory :D -- 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