mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
LP-340 Add 100 bytes of stack because Nano needs 156 more than Sparky2
This commit is contained in:
parent
447dff6fc9
commit
a13de1e62b
@ -68,7 +68,8 @@
|
|||||||
// Private constants
|
// Private constants
|
||||||
#undef STACK_SIZE_BYTES
|
#undef STACK_SIZE_BYTES
|
||||||
// Pull Request version tested on Sparky2. 292 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 1240
|
// Beware that Nano needs 156 bytes more stack than Sparky2
|
||||||
|
#define STACK_SIZE_BYTES 1340
|
||||||
#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