1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

LP-326 Increase CC3D Receiver stask size

This commit is contained in:
Laurent Lalanne 2016-05-31 00:01:44 +02:00
parent fc07b26547
commit b6ed0d9c9c

View File

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