xiaoxiang781216 commented on code in PR #1788: URL: https://github.com/apache/nuttx-apps/pull/1788#discussion_r1224619442
########## nshlib/nsh_console.c: ########## @@ -63,8 +63,10 @@ static int nsh_consoleioctl(FAR struct nsh_vtbl_s *vtbl, int cmd, unsigned long arg); static int nsh_consoleoutput(FAR struct nsh_vtbl_s *vtbl, FAR const char *fmt, ...) printf_like(2, 3); +#ifndef CONFIG_DEFAULT_SMALL static int nsh_erroroutput(FAR struct nsh_vtbl_s *vtbl, Review Comment: @patacongo do you really mean CONFIG_SMALL_MEMORY not CONFIG_DEFAULT_SMALL? -- 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