mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #10398 from Josar/pr/xtimer_hang/priority_worker
tests/xtimer_drift: increase priority of worker
This commit is contained in:
commit
612469f8ad
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user