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

Manualcontrolcommand needs a bit more stack space now

This commit is contained in:
James Cotton 2012-06-07 10:07:52 -05:00
parent 51a6370733
commit 1972470dcb

View File

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