sensors: Reduce stack mildly by 50 bytes

This commit is contained in:
Lorenz Meier 2014-05-15 07:35:39 +02:00
parent 32f0b2c422
commit f4279ccc0d
1 changed files with 1 additions and 1 deletions

View File

@ -1669,7 +1669,7 @@ Sensors::start()
_sensors_task = task_spawn_cmd("sensors_task",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 5,
2048,
2000,
(main_t)&Sensors::task_main_trampoline,
nullptr);