1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-92 Reduce Actuator stack size - Increase System stack size for diags

This commit is contained in:
Laurent Lalanne 2015-08-14 10:59:53 +02:00
parent 670dbfe9ce
commit 99975bf9b0

View File

@ -163,13 +163,13 @@
#define CPULOAD_LIMIT_CRITICAL 95
/* Task stack sizes */
#define PIOS_ACTUATOR_STACK_SIZE 820
#define PIOS_ACTUATOR_STACK_SIZE 700
#define PIOS_MANUAL_STACK_SIZE 735
#define PIOS_RECEIVER_STACK_SIZE 620
#define PIOS_STABILIZATION_STACK_SIZE 400
#ifdef DIAG_TASKS
#define PIOS_SYSTEM_STACK_SIZE 740
#define PIOS_SYSTEM_STACK_SIZE 760
#else
#define PIOS_SYSTEM_STACK_SIZE 660
#endif