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/incubator-nuttx.git
commit 5b6b748f6dff304540cad184f3e5955e3150c572 Author: ligd <liguidi...@xiaomi.com> AuthorDate: Wed Dec 15 20:09:26 2021 +0800 rptun: set rptun thread default stack size to 4K Signed-off-by: ligd <liguidi...@xiaomi.com> --- drivers/rptun/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rptun/Kconfig b/drivers/rptun/Kconfig index b02afba..0e8ca6b 100644 --- a/drivers/rptun/Kconfig +++ b/drivers/rptun/Kconfig @@ -18,7 +18,7 @@ config RPTUN_PRIORITY config RPTUN_STACKSIZE int "rptun stack size" - default DEFAULT_TASK_STACKSIZE + default 4096 config RPTUN_LOADER bool "rptun loader support"