1
0
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:
Alessio Morale 2014-04-07 00:31:48 +02:00
parent 492275bf0e
commit 1aefc61bc4

View File

@ -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