1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Back to 1024 byte packets

This commit is contained in:
James Cotton 2012-02-07 13:02:11 -06:00
parent 2c60447200
commit 6ec0f06c80
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
#include "systemstats.h" #include "systemstats.h"
// Private constants // Private constants
#define OVEROSYNC_PACKET_SIZE 512 #define OVEROSYNC_PACKET_SIZE 1024
#define MAX_QUEUE_SIZE 10 #define MAX_QUEUE_SIZE 10
#define STACK_SIZE_BYTES 4096 #define STACK_SIZE_BYTES 4096
#define TASK_PRIORITY (tskIDLE_PRIORITY + 0) #define TASK_PRIORITY (tskIDLE_PRIORITY + 0)

2
overo

@ -1 +1 @@
Subproject commit 0c1ccb1def1ae179d2b5340cc011216576cc0b1c Subproject commit 20e95ffc0ba09bd6fb6412bc2be5a007957b33c5