samples: usb: mass: Increase main stack size
Increase main stack size for next USB device stack config to prevent stack overflow when FatFs is used. The new main stack size value matches the value used in old stack mass storage sample config. Fixes: #55210 Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
This commit is contained in:
parent
e56721b8f0
commit
e776241fbb
@ -8,3 +8,5 @@ CONFIG_USBD_MSC_CLASS=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_USBD_LOG_LEVEL_WRN=y
|
||||
CONFIG_UDC_DRIVER_LOG_LEVEL_WRN=y
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=1536
|
||||
|
||||
Loading…
Reference in New Issue
Block a user