1
0
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:
Cliff Geerdes 2016-07-20 02:56:10 -04:00
parent 447dff6fc9
commit a13de1e62b

View File

@ -68,7 +68,8 @@
// Private constants
#undef STACK_SIZE_BYTES
// 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 AF_NUMX 13