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

LP-104 Reverted stack size for receiver module after testing.

This commit is contained in:
Fredrik Arvidsson 2015-12-20 21:11:15 +01:00
parent 7a95050381
commit 5273df263c

View File

@ -166,7 +166,7 @@
/* Task stack sizes */
#define PIOS_ACTUATOR_STACK_SIZE 700
#define PIOS_MANUAL_STACK_SIZE 735
#define PIOS_RECEIVER_STACK_SIZE 660
#define PIOS_RECEIVER_STACK_SIZE 620
#define PIOS_STABILIZATION_STACK_SIZE 400
#ifdef DIAG_TASKS