mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
LP-340 reduce stack allocation
This commit is contained in:
parent
69f1964b12
commit
06193c60ac
@ -67,8 +67,8 @@
|
|||||||
|
|
||||||
// Private constants
|
// Private constants
|
||||||
#undef STACK_SIZE_BYTES
|
#undef STACK_SIZE_BYTES
|
||||||
// Pull Request version tested on Nano. 120 bytes of stack left when configured with 1340
|
// Pull Request version tested on Sparky2. 292 bytes of stack left when configured with 1340
|
||||||
#define STACK_SIZE_BYTES 1340
|
#define STACK_SIZE_BYTES 1240
|
||||||
#define TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
#define TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
||||||
|
|
||||||
#define AF_NUMX 13
|
#define AF_NUMX 13
|
||||||
|
Loading…
x
Reference in New Issue
Block a user