1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Increase the telemetry queue size from revolution

This commit is contained in:
James Cotton 2012-03-10 16:35:51 -06:00
parent af9f36d7df
commit c8ceea72e6

View File

@ -134,7 +134,7 @@ extern uint32_t pios_com_vcp_id;
//------------------------
// TELEMETRY
//------------------------
#define TELEM_QUEUE_SIZE 20
#define TELEM_QUEUE_SIZE 40
#define PIOS_TELEM_STACK_SIZE 624
//-------------------------