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:
Beat Küng
2016-06-25 18:00:50 +02:00
committed by Lorenz Meier
parent c5ea4b43be
commit 8e136779ec
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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