mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
coptercontrol: Increase stack size for system module
When running flight software from master (cf74908), my config was pushing the system module stack usage to within 16 bytes of its limit. This triggers a stack overflow alarm which prevents the quad from arming/flying. This change increases the available stack size such that there are 72 bytes of stack free (a previously stated safe margin) when my quad is sitting idle and unarmed on the bench.
This commit is contained in:
parent
3547e48e4d
commit
5be27fda83
@ -92,7 +92,7 @@
|
||||
/* Task stack sizes */
|
||||
#define PIOS_ACTUATOR_STACK_SIZE 1020
|
||||
#define PIOS_MANUAL_STACK_SIZE 724
|
||||
#define PIOS_SYSTEM_STACK_SIZE 504
|
||||
#define PIOS_SYSTEM_STACK_SIZE 560
|
||||
#define PIOS_STABILIZATION_STACK_SIZE 524
|
||||
#define PIOS_TELEM_STACK_SIZE 500
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user