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

Commit

Permalink
px4io: increase main stack size by 100 bytes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tridge committed Mar 24, 2016
1 parent f11d76c commit 4e5cccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuttx-configs/px4io-v2/nsh/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_STACK_POINTER=
CONFIG_IDLETHREAD_STACKSIZE=1024
CONFIG_USERMAIN_STACKSIZE=1200
CONFIG_USERMAIN_STACKSIZE=1300
CONFIG_PTHREAD_STACK_MIN=512
CONFIG_PTHREAD_STACK_DEFAULT=1024
CONFIG_HEAP_BASE=
Expand Down

0 comments on commit 4e5cccf

Please sign in to comment.