1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Raise callbackscheduler stack size

This commit is contained in:
Alessio Morale 2015-04-15 15:21:18 +02:00
parent 2c96835555
commit 15a5022c7e

View File

@ -33,7 +33,7 @@
// Private constants
#define STACK_SAFETYCOUNT 16
#define STACK_SIZE (190 + STACK_SAFETYSIZE)
#define STACK_SIZE (300 + STACK_SAFETYSIZE)
#define STACK_SAFETYSIZE 8
#define MAX_SLEEP 1000