forked from Imagelibrary/rtems
sapi: Use rtems_config*_get_idle_task_stack_size
This commit is contained in:
@@ -60,7 +60,7 @@ static inline void _Thread_Create_idle_helper(
|
|||||||
&_Thread_Internal_information,
|
&_Thread_Internal_information,
|
||||||
idle,
|
idle,
|
||||||
NULL, /* allocate the stack */
|
NULL, /* allocate the stack */
|
||||||
_Stack_Ensure_minimum( Configuration.idle_task_stack_size ),
|
_Stack_Ensure_minimum( rtems_configuration_get_idle_task_stack_size() ),
|
||||||
CPU_IDLE_TASK_IS_FP,
|
CPU_IDLE_TASK_IS_FP,
|
||||||
PRIORITY_MAXIMUM,
|
PRIORITY_MAXIMUM,
|
||||||
true, /* preemptable */
|
true, /* preemptable */
|
||||||
|
|||||||
Reference in New Issue
Block a user