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:
Tomasz Moń 2023-03-02 07:27:47 +01:00 committed by Carles Cufí
parent e56721b8f0
commit e776241fbb

View File

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