1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-27 16:54:15 +01:00

Increase stack size for manualcontrol. This might need to be applied to main

code.
This commit is contained in:
James Cotton 2011-11-27 01:51:23 -06:00
parent f7d13ebd57
commit 57e7126979

View File

@ -49,7 +49,7 @@
#if defined(PIOS_MANUAL_STACK_SIZE)
#define STACK_SIZE_BYTES PIOS_MANUAL_STACK_SIZE
#else
#define STACK_SIZE_BYTES 824
#define STACK_SIZE_BYTES 1024
#endif
#define TASK_PRIORITY (tskIDLE_PRIORITY+4)