From 5b6b748f6dff304540cad184f3e5955e3150c572 Mon Sep 17 00:00:00 2001 From: ligd Date: Wed, 15 Dec 2021 20:09:26 +0800 Subject: [PATCH] rptun: set rptun thread default stack size to 4K Signed-off-by: ligd --- drivers/rptun/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rptun/Kconfig b/drivers/rptun/Kconfig index b02afba8c5..0e8ca6bba1 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"