1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-423 just move stack from systemmod back to heap (200 bytes) that are not needed anymore.

This commit is contained in:
Mathieu Rondonneau 2011-06-18 17:31:29 -07:00
parent 5e3e7cc4e3
commit 2b11395a67

View File

@ -95,7 +95,7 @@
/* Task stack sizes */
#define PIOS_ACTUATOR_STACK_SIZE 1020
#define PIOS_MANUAL_STACK_SIZE 724
#define PIOS_SYSTEM_STACK_SIZE 560
#define PIOS_SYSTEM_STACK_SIZE 360
#define PIOS_STABILIZATION_STACK_SIZE 524
#define PIOS_TELEM_STACK_SIZE 500