Skip to content

Commit 8ecada3

Browse files
committed
Sensors: Allow more headroom for stack
1 parent a19a6be commit 8ecada3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/sensors/sensors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2292,7 +2292,7 @@ Sensors::start()
22922292
_sensors_task = px4_task_spawn_cmd("sensors",
22932293
SCHED_DEFAULT,
22942294
SCHED_PRIORITY_MAX - 5,
2295-
2000,
2295+
2200,
22962296
(px4_main_t)&Sensors::task_main_trampoline,
22972297
nullptr);
22982298

0 commit comments

Comments
 (0)