aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/hott
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/hott')
-rw-r--r--src/drivers/hott/hott_sensors/hott_sensors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/hott/hott_sensors/hott_sensors.cpp b/src/drivers/hott/hott_sensors/hott_sensors.cpp
index ada7f9fb7..e322c6349 100644
--- a/src/drivers/hott/hott_sensors/hott_sensors.cpp
+++ b/src/drivers/hott/hott_sensors/hott_sensors.cpp
@@ -212,7 +212,7 @@ hott_sensors_main(int argc, char *argv[])
deamon_task = task_spawn_cmd(daemon_name,
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 40,
- 2048,
+ 1024,
hott_sensors_thread_main,
(argv) ? (const char **)&argv[2] : (const char **)NULL);
exit(0);