system/usbmsc: set stack size to DEFAULT_TASK_STACKSIZE

This commit is contained in:
raiden00pl 2023-04-04 14:18:44 +02:00 committed by Petro Karashchenko
parent 1d3e6510e6
commit 9f3f6a4b3b

View File

@ -156,7 +156,7 @@ endif # SYSTEM_USBMSC_TRACE
config SYSTEM_USBMSC_CMD_STACKSIZE config SYSTEM_USBMSC_CMD_STACKSIZE
int "Stacksize of msconn and msdis commands" int "Stacksize of msconn and msdis commands"
default 768 default DEFAULT_TASK_STACKSIZE
---help--- ---help---
Size of the stack used by the small 'msconn' and 'msdis' command Size of the stack used by the small 'msconn' and 'msdis' command
applications. Warning, just because the applications are small, applications. Warning, just because the applications are small,