mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1294 Resize stack for CallbackScheduler.
This commit is contained in:
parent
492275bf0e
commit
1aefc61bc4
@ -33,7 +33,7 @@
|
||||
|
||||
// Private constants
|
||||
#define STACK_SAFETYCOUNT 16
|
||||
#define STACK_SIZE (384 + STACK_SAFETYSIZE)
|
||||
#define STACK_SIZE (190 + STACK_SAFETYSIZE)
|
||||
#define STACK_SAFETYSIZE 8
|
||||
#define MAX_SLEEP 1000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user