From 3ecb07f5db426b575d3b8f0beec97d9fba9d4e3c Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 1 May 2017 13:07:20 -1000 Subject: [PATCH] px4io-v1:Sync with px4io-v1 CONFIG_USERMAIN_STACKSIZE --- nuttx-configs/px4io-v1/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/px4io-v1/nsh/defconfig b/nuttx-configs/px4io-v1/nsh/defconfig index 2fc832daf5..5ccbb611ad 100755 --- a/nuttx-configs/px4io-v1/nsh/defconfig +++ b/nuttx-configs/px4io-v1/nsh/defconfig @@ -663,7 +663,7 @@ CONFIG_NAME_MAX=12 # Stack and heap information # CONFIG_IDLETHREAD_STACKSIZE=1024 -CONFIG_USERMAIN_STACKSIZE=1200 +CONFIG_USERMAIN_STACKSIZE=1300 CONFIG_PTHREAD_STACK_MIN=512 CONFIG_PTHREAD_STACK_DEFAULT=1024 # CONFIG_LIB_SYSCALL is not set