Skip to content

Commit ea5ef85

Browse files
committed
EVL: parse_cpu_list: Point to specific commit
1 parent faa6cf6 commit ea5ef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtapi/uspace_rtapi_app.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ int Posix::task_delete(int id)
10231023
return 0;
10241024
}
10251025

1026-
//parse_cpu_list from https://gitlab.com/Xenomai/xenomai4/libevl/-/blob/master/tests/helpers.c?ref_type=heads
1026+
//parse_cpu_list from https://gitlab.com/Xenomai/xenomai4/libevl/-/blob/11e6a1fb183a315ae861762e7650fd5e10d83ff5/tests/helpers.c
10271027
//License: MIT
10281028
static void parse_cpu_list(const char *path, cpu_set_t *cpuset)
10291029
{

0 commit comments

Comments
 (0)