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

Shuffle some stack sizes around

This commit is contained in:
James Cotton 2012-02-29 16:20:01 -06:00
parent 4cadb7ec0e
commit e32ab9342c
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
#include "CoordinateConversions.h"
// Private constants
#define STACK_SIZE_BYTES 5540
#define STACK_SIZE_BYTES 3540
#define TASK_PRIORITY (tskIDLE_PRIORITY+3)
#define FAILSAFE_TIMEOUT_MS 10

View File

@ -62,7 +62,7 @@
// Private constants
#define MAX_QUEUE_SIZE 4
#define STACK_SIZE_BYTES 1024
#define STACK_SIZE_BYTES 2048
#define TASK_PRIORITY (tskIDLE_PRIORITY+2)
// Private types