forked from Archive/PX4-Autopilot
FMUv4 config: Ensure enough stack space in user main function
There was enough margin with 200 bytes, but this change widens that to the default of 300. ;
This commit is contained in:
parent
5e1490b8a1
commit
49b1bd597e
|
@ -761,7 +761,7 @@ CONFIG_SCHED_LPWORKSTACKSIZE=1800
|
|||
# Stack and heap information
|
||||
#
|
||||
CONFIG_IDLETHREAD_STACKSIZE=500
|
||||
CONFIG_USERMAIN_STACKSIZE=2500
|
||||
CONFIG_USERMAIN_STACKSIZE=2600
|
||||
CONFIG_PTHREAD_STACK_MIN=512
|
||||
CONFIG_PTHREAD_STACK_DEFAULT=2048
|
||||
# CONFIG_LIB_SYSCALL is not set
|
||||
|
|
Loading…
Reference in New Issue