Gary-Hobson opened a new pull request, #2713:
URL: https://github.com/apache/nuttx-apps/pull/2713

   ## Summary
   telenet: fix telenet compilation error when system_nsh is not enabled
   
   telnetd.c:57:5: error: 'CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE' undeclared 
(first use in this function); did you mean 
'CONFIG_SYSTEM_TELNETD_SESSION_PRIORITY'?
      57 |     CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE,
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         |     CONFIG_SYSTEM_TELNETD_SESSION_PRIORITY
   
   ## Impact
   
   ## Testing
   
   


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

Reply via email to