Skip to content

Commit

Permalink
Merge branch 'master' into kern-clock-atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
cahirwpz authored Aug 3, 2023
2 parents 69ef201 + 82d6d8d commit aca18e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/tests/sleepq_timed.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static int test_sleepq_timed(void) {
waker =
thread_create("test-sleepq-waker", waker_routine, NULL, prio_kthread(0));
for (int i = 0; i < THREADS; i++) {
char name[20];
char name[32];
snprintf(name, sizeof(name), "test-sleepq-waiter-%d", i);
waiters[i] =
thread_create(name, waiter_routine, NULL, prio_kthread(0) + RQ_PPQ);
Expand Down

0 comments on commit aca18e2

Please sign in to comment.