mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-02 10:24:11 +01:00
OP-1152 Fix stabilization stack size on Revo.
This commit is contained in:
parent
745a9e8853
commit
1b0c301c20
@ -70,7 +70,7 @@
|
|||||||
#if defined(PIOS_STABILIZATION_STACK_SIZE)
|
#if defined(PIOS_STABILIZATION_STACK_SIZE)
|
||||||
#define STACK_SIZE_BYTES PIOS_STABILIZATION_STACK_SIZE
|
#define STACK_SIZE_BYTES PIOS_STABILIZATION_STACK_SIZE
|
||||||
#else
|
#else
|
||||||
#define STACK_SIZE_BYTES 790
|
#define STACK_SIZE_BYTES 840
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TASK_PRIORITY (tskIDLE_PRIORITY + 4)
|
#define TASK_PRIORITY (tskIDLE_PRIORITY + 4)
|
||||||
|
Loading…
Reference in New Issue
Block a user