Skip to content
Snippets Groups Projects
Commit 6b631afa authored by Simon Wilks's avatar Simon Wilks
Browse files

Reduce the max stack size needed.

parent 9aa25c56
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment