mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-17 03:09:14 +08:00
Fix typo: Global timer control object name.
This commit is contained in:

committed by
Chris Johns

parent
0967a1b679
commit
591fbf65d3
@@ -14,7 +14,7 @@ class infotables:
|
||||
|
||||
tables_types = {
|
||||
'classic/tasks' : ('Thread_Control', '_RTEMS_tasks_Information'),
|
||||
'classic/timers' : ('Timer_Control', '_Timers_Information'),
|
||||
'classic/timers' : ('Timer_Control', '_Timer_Information'),
|
||||
'classic/semaphores' : ('Semaphore_Control', '_Semaphore_Information'),
|
||||
'classic/message_queues' : ('Message_queue_Control', '_Message_queue_Information'),
|
||||
'classic/partitions' : ('Partition_Control', '_Partition_Information'),
|
||||
|
Reference in New Issue
Block a user