From 7a4ac739f1f19c26b5d180b2d4678a13d98d417e Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Tue, 17 Jul 2018 08:42:36 -0700 Subject: [PATCH] Fix Stack warning --- platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig b/platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig index 836d7d6e7c..86b43da44e 100644 --- a/platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig +++ b/platforms/nuttx/nuttx-configs/px4fmu-v5/nsh/defconfig @@ -647,7 +647,7 @@ CONFIG_SCHED_LPWORKSTACKSIZE=1800 # Stack and heap information # CONFIG_IDLETHREAD_STACKSIZE=500 -CONFIG_USERMAIN_STACKSIZE=2500 +CONFIG_USERMAIN_STACKSIZE=2564 CONFIG_PTHREAD_STACK_MIN=512 CONFIG_PTHREAD_STACK_DEFAULT=2048 # CONFIG_LIB_SYSCALL is not set