1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

Change actuator memory to 900 bytes since it uses less now.

This commit is contained in:
James Cotton 2011-06-24 10:49:36 -05:00
parent 6bf8cbb8be
commit 5127d1e7ba

View File

@ -100,7 +100,7 @@
#define CPULOAD_LIMIT_CRITICAL 95
/* Task stack sizes */
#define PIOS_ACTUATOR_STACK_SIZE 1020
#define PIOS_ACTUATOR_STACK_SIZE 900
#define PIOS_MANUAL_STACK_SIZE 724
#define PIOS_SYSTEM_STACK_SIZE 560
#define PIOS_STABILIZATION_STACK_SIZE 524