mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
Kconfig: change the stack size default to DEFAULT_TASK_STACKSIZE
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
+1
-1
@@ -514,7 +514,7 @@ config NXSTART_SERVERPRIO
|
||||
|
||||
config NXSTART_SERVERSTACK
|
||||
int "NX Server Stack Size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
---help---
|
||||
NX server thread stack size (in multi-user mode). Default 2048
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ config VNCSERVER_PRIO
|
||||
|
||||
config VNCSERVER_STACKSIZE
|
||||
int "VNC server stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
config VNCSERVER_UPDATER_PRIO
|
||||
int "VNC updater thread priority"
|
||||
@@ -52,7 +52,7 @@ config VNCSERVER_UPDATER_PRIO
|
||||
|
||||
config VNCSERVER_UPDATER_STACKSIZE
|
||||
int "VNC updater thread stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
|
||||
choice
|
||||
prompt "VNC color format"
|
||||
|
||||
Reference in New Issue
Block a user