1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Increase the size of the overo queue

This commit is contained in:
James Cotton 2012-07-24 01:54:04 -05:00
parent 617de9c68b
commit 858c2cd512

View File

@ -38,7 +38,7 @@
// Private constants
#define OVEROSYNC_PACKET_SIZE 1024
#define MAX_QUEUE_SIZE 40
#define MAX_QUEUE_SIZE 60
#define STACK_SIZE_BYTES 512
#define TASK_PRIORITY (tskIDLE_PRIORITY + 0)