mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct the
--enable-tests problem a better way.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -189,6 +189,8 @@ void _POSIX_Timer_Manager_initialization ( int max_timers )
|
||||
* Initialize all the timers
|
||||
*/
|
||||
|
||||
timer_max = max_timers;
|
||||
|
||||
for (index=0; index<max_timers; index++)
|
||||
TIMER_INITIALIZE_S( index );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user