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

Merge remote-tracking branch 'origin/Bertrand/OP-1314_Fix_Airspeed_Stack_Size' into next

This commit is contained in:
Corvus Corax 2014-05-04 12:34:07 +02:00
commit 08a627db6f

View File

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