Change thermal service priority to PREEMPT

parent 2c53ffd4
......@@ -9,7 +9,7 @@
#if (WITH_ZEPHYR)
#define KESTREL_SERVICE_THREAD_PRIORITY K_PRIO_PREEMPT(0)
#define THERMAL_SERVICE_THREAD_PRIORITY K_PRIO_COOP(-1)
#define THERMAL_SERVICE_THREAD_PRIORITY K_PRIO_PREEMPT(0)
#endif
#if (WITH_ZEPHYR)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment