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

Fix some task sizes and the memory limits

This commit is contained in:
James Cotton 2012-03-03 13:28:09 -06:00
parent 56af74d17c
commit 54880c83a0
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
#include "CoordinateConversions.h"
// Private constants
#define STACK_SIZE_BYTES 2540
#define STACK_SIZE_BYTES 1540
#define TASK_PRIORITY (tskIDLE_PRIORITY+3)
#define FAILSAFE_TIMEOUT_MS 10

View File

@ -98,7 +98,7 @@
#define PIOS_GPS_SETS_HOMELOCATION /* GPS options */
/* Alarm Thresholds */
#define HEAP_LIMIT_WARNING 4000
#define HEAP_LIMIT_WARNING 500
#define HEAP_LIMIT_CRITICAL 1000
#define IRQSTACK_LIMIT_WARNING 150
#define IRQSTACK_LIMIT_CRITICAL 80