mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 11:54:32 +08:00
sapi: Use rtems_configuration_get_idle_task
This commit is contained in:
@@ -83,7 +83,7 @@ static inline void _Thread_Create_idle_helper(
|
||||
_Thread_Start(
|
||||
idle,
|
||||
THREAD_START_NUMERIC,
|
||||
Configuration.idle_task,
|
||||
rtems_configuration_get_idle_task(),
|
||||
NULL,
|
||||
0
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user