sensors & mc_att_control: increase stack sizes due to recent changes

This commit is contained in:
Beat Küng
2017-01-19 08:23:25 +01:00
committed by Lorenz Meier
parent fd48d9c190
commit f6f145cbe8
2 changed files with 2 additions and 2 deletions
@@ -1351,7 +1351,7 @@ MulticopterAttitudeControl::start()
_control_task = px4_task_spawn_cmd("mc_att_control",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
1500,
1700,
(px4_main_t)&MulticopterAttitudeControl::task_main_trampoline,
nullptr);
+1 -1
View File
@@ -731,7 +731,7 @@ Sensors::start()
_sensors_task = px4_task_spawn_cmd("sensors",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
1700,
2000,
(px4_main_t)&Sensors::task_main_trampoline,
nullptr);