mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Added line to initialize timer_max.
This commit is contained in:
@@ -191,6 +191,8 @@ void _POSIX_Timer_Manager_initialization ( int max_timers )
|
||||
|
||||
for (index=0; index<max_timers; index++)
|
||||
TIMER_INITIALIZE_S( index );
|
||||
|
||||
timer_max = max_timers;
|
||||
}
|
||||
|
||||
/* ***************************************************************************
|
||||
|
||||
@@ -191,6 +191,8 @@ void _POSIX_Timer_Manager_initialization ( int max_timers )
|
||||
|
||||
for (index=0; index<max_timers; index++)
|
||||
TIMER_INITIALIZE_S( index );
|
||||
|
||||
timer_max = max_timers;
|
||||
}
|
||||
|
||||
/* ***************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user