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

Shrink some stack sizes

This commit is contained in:
James Cotton 2012-04-07 00:44:54 -05:00
parent 81fcfd45c4
commit aa6c8a451d
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
// Private constants
#define OVEROSYNC_PACKET_SIZE 1024
#define MAX_QUEUE_SIZE 40
#define STACK_SIZE_BYTES 2096
#define STACK_SIZE_BYTES 512
#define TASK_PRIORITY (tskIDLE_PRIORITY + 0)
// Private types

View File

@ -37,7 +37,7 @@
#include "waypointactive.h"
// Private constants
#define STACK_SIZE_BYTES 2500
#define STACK_SIZE_BYTES 512
#define TASK_PRIORITY (tskIDLE_PRIORITY+1)
#define MAX_QUEUE_SIZE 2