Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 4e5cccf

Browse files
committed
px4io: increase main stack size by 100 bytes
when loading a mixer we were sometimes getting stack corruption in px4io inside the sscanf() code that parses the mixers. Adding 100 more bytes fixes this
1 parent f11d76c commit 4e5cccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuttx-configs/px4io-v2/nsh/defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ CONFIG_BOOT_COPYTORAM=n
540540
CONFIG_CUSTOM_STACK=n
541541
CONFIG_STACK_POINTER=
542542
CONFIG_IDLETHREAD_STACKSIZE=1024
543-
CONFIG_USERMAIN_STACKSIZE=1200
543+
CONFIG_USERMAIN_STACKSIZE=1300
544544
CONFIG_PTHREAD_STACK_MIN=512
545545
CONFIG_PTHREAD_STACK_DEFAULT=1024
546546
CONFIG_HEAP_BASE=

0 commit comments

Comments
 (0)