mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-10 18:24:11 +01:00
Change actuator memory to 900 bytes since it uses less now.
This commit is contained in:
parent
6bf8cbb8be
commit
5127d1e7ba
@ -100,7 +100,7 @@
|
|||||||
#define CPULOAD_LIMIT_CRITICAL 95
|
#define CPULOAD_LIMIT_CRITICAL 95
|
||||||
|
|
||||||
/* Task stack sizes */
|
/* Task stack sizes */
|
||||||
#define PIOS_ACTUATOR_STACK_SIZE 1020
|
#define PIOS_ACTUATOR_STACK_SIZE 900
|
||||||
#define PIOS_MANUAL_STACK_SIZE 724
|
#define PIOS_MANUAL_STACK_SIZE 724
|
||||||
#define PIOS_SYSTEM_STACK_SIZE 560
|
#define PIOS_SYSTEM_STACK_SIZE 560
|
||||||
#define PIOS_STABILIZATION_STACK_SIZE 524
|
#define PIOS_STABILIZATION_STACK_SIZE 524
|
||||||
|
Loading…
Reference in New Issue
Block a user