mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 06:30:36 +08:00
stack sizes: reduce stack sizes for modules that use sensor_combined
The sensor_combined topic got reduced from ~780 bytes to 72 bytes.
This commit is contained in:
@@ -1018,7 +1018,7 @@ int Ekf2::start()
|
||||
// On the DSP we seem to get random crashes with a stack size below 13000.
|
||||
const unsigned stack_size = 15000;
|
||||
#else
|
||||
const unsigned stack_size = 9000;
|
||||
const unsigned stack_size = 8500;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user