mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 02:32:09 +08:00
Fix task create argument
This commit is contained in:
parent
4b8bc5cfd6
commit
6c2c8d3b6c
@ -261,7 +261,7 @@ rtems_bsd_thread_start(struct thread **td_ptr, void (*func)(void *), void *arg,
|
||||
BSD_TASK_NAME,
|
||||
BSD_TASK_PRIORITY_NORMAL,
|
||||
BSD_MINIMUM_TASK_STACK_SIZE + (size_t) pages * PAGE_SIZE,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
RTEMS_DEFAULT_MODES,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
&task_id
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user