mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
CC: Increase the memory for the modules after removing PriTxTask from CC and
also increase the telem queue to decrease event errors (can be reverted later if we need the memory back) git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2730 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
f97d853c80
commit
56d4d54a97
@ -74,11 +74,11 @@
|
||||
#define AUXUART_ENABLED 0
|
||||
#define AUXUART_BAUDRATE 19200
|
||||
|
||||
#define PIOS_ACTUATOR_STACK_SIZE 990
|
||||
#define PIOS_MANUAL_STACK_SIZE 624
|
||||
#define PIOS_SYSTEM_STACK_SIZE 624
|
||||
#define PIOS_STABILIZATION_STACK_SIZE 524
|
||||
#define PIOS_TELEM_STACK_SIZE 480
|
||||
#define PIOS_ACTUATOR_STACK_SIZE 1020
|
||||
#define PIOS_MANUAL_STACK_SIZE 644
|
||||
#define PIOS_SYSTEM_STACK_SIZE 644
|
||||
#define PIOS_STABILIZATION_STACK_SIZE 544
|
||||
#define PIOS_TELEM_STACK_SIZE 500
|
||||
|
||||
#endif /* PIOS_CONFIG_H */
|
||||
/**
|
||||
|
@ -95,7 +95,7 @@ TIM4 | RC In 1 | Servo 3 | Servo 2 | Servo 1
|
||||
//------------------------
|
||||
// TELEMETRY
|
||||
//------------------------
|
||||
#define TELEM_QUEUE_SIZE 2
|
||||
#define TELEM_QUEUE_SIZE 20
|
||||
|
||||
//------------------------
|
||||
// PIOS_LED
|
||||
|
Loading…
x
Reference in New Issue
Block a user