1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-1314 Fix the Airspeed stack size

This commit is contained in:
Bertrand Oresve 2014-04-27 22:42:54 +02:00
parent c6dfa25897
commit 333ccc7e42

View File

@ -50,7 +50,7 @@
// Private constants
#define STACK_SIZE_BYTES 500
#define STACK_SIZE_BYTES 650
#define TASK_PRIORITY (tskIDLE_PRIORITY + 1)