Skip to content
Snippets Groups Projects
Unverified Commit 612469f8 authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #10398 from Josar/pr/xtimer_hang/priority_worker

tests/xtimer_drift: increase priority of worker
parents 26ea289c ccbb294f
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ int main(void)
/* create and trigger worker thread */
kernel_pid_t pid3 = thread_create(worker_stack, sizeof(worker_stack),
THREAD_PRIORITY_MAIN - 1,
THREAD_PRIORITY_MAIN - 2,
THREAD_CREATE_STACKTEST,
worker_thread, NULL, "worker");
......
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