This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new 9f3f6a4b3 system/usbmsc: set stack size to DEFAULT_TASK_STACKSIZE 9f3f6a4b3 is described below commit 9f3f6a4b3b02c1b6b73bf7541052dd0ed5c7de2c Author: raiden00pl <raide...@railab.me> AuthorDate: Tue Apr 4 14:18:44 2023 +0200 system/usbmsc: set stack size to DEFAULT_TASK_STACKSIZE --- system/usbmsc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/usbmsc/Kconfig b/system/usbmsc/Kconfig index 4f7ed995b..5844cba1b 100644 --- a/system/usbmsc/Kconfig +++ b/system/usbmsc/Kconfig @@ -156,7 +156,7 @@ endif # SYSTEM_USBMSC_TRACE config SYSTEM_USBMSC_CMD_STACKSIZE int "Stacksize of msconn and msdis commands" - default 768 + default DEFAULT_TASK_STACKSIZE ---help--- Size of the stack used by the small 'msconn' and 'msdis' command applications. Warning, just because the applications are small,