Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kestrel Collaboration
Kestrel Firmware
Zephyr Firmware
Commits
47e20429
Commit
47e20429
authored
3 years ago
by
Raptor Engineering Development Team
Browse files
Options
Download
Email Patches
Plain Diff
Change thermal service priority to PREEMPT
parent
2c53ffd4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kestrel/src/kestrel.h
kestrel/src/kestrel.h
+1
-1
No files found.
kestrel/src/kestrel.h
View file @
47e20429
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment