Commit 47e20429 authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

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