mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 21:29:05 +00:00
Fix telnetd.c:57:5: error: 'CONFIG_SYSTEM_TELNETD_SESSION_STACKSIZE' undeclared
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
d9cc2c29f2
commit
2eeb750055
1 changed files with 2 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ config SYSTEM_TELNETD_SESSION_PRIORITY
|
|||
|
||||
config SYSTEM_TELNETD_SESSION_STACKSIZE
|
||||
int "Telnetd session task stack size"
|
||||
default SYSTEM_NSH_STACKSIZE
|
||||
default SYSTEM_NSH_STACKSIZE if SYSTEM_NSH
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
endif # SYSTEM_TELNETD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue