anchao opened a new pull request #703:
URL: https://github.com/apache/incubator-nuttx-apps/pull/703


   ## Summary
   
   nshlib: Fix the build break in nsh_telnetd.c when CONFIG_NSH_CONSOLE=n
   
   set the config:
   CONFIG_NSH_ROMFSETC=y
   CONFIG_NSH_CONSOLE=n
   
   nsh_telnetd.c: In function 'nsh_telnetstart':
   nsh_telnetd.c:267:22: error: 'vtbl' undeclared (first use in this function)
     267 |       nsh_initscript(vtbl);
         |                      ^~~~
   
   ## Impact
   
   CONFIG_NSH_ROMFSETC=y
   CONFIG_NSH_CONSOLE=n
   
   ## Testing
   
   ./tools/configure.sh -l photon:wlan


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to