1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

Shuffle more stack sizes around

This commit is contained in:
James Cotton 2012-05-05 11:33:47 -05:00
parent 22df8310c4
commit 6c0dc80978
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
#include "CoordinateConversions.h"
// Private constants
#define STACK_SIZE_BYTES 2240
#define STACK_SIZE_BYTES 2048
#define TASK_PRIORITY (tskIDLE_PRIORITY+3)
#define FAILSAFE_TIMEOUT_MS 10

View File

@ -63,7 +63,7 @@
#include <pios_board_info.h>
// Private constants
#define STACK_SIZE_BYTES 1540
#define STACK_SIZE_BYTES 700
#define TASK_PRIORITY (tskIDLE_PRIORITY+3)
#define SENSOR_PERIOD 2