mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +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:
@@ -718,7 +718,7 @@ config USBMSC_SCSI_PRIO
|
||||
|
||||
config USBMSC_SCSI_STACKSIZE
|
||||
int "USBMSC SCSI daemon stack size"
|
||||
default 2048
|
||||
default DEFAULT_TASK_STACKSIZE
|
||||
---help---
|
||||
Stack size used with the SCSI kernel thread. The default value
|
||||
is not tuned.
|
||||
|
||||
Reference in New Issue
Block a user