mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-22 15:57:15 +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 = {
|
tables_types = {
|
||||||
'classic/tasks' : ('Thread_Control', '_RTEMS_tasks_Information'),
|
'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/semaphores' : ('Semaphore_Control', '_Semaphore_Information'),
|
||||||
'classic/message_queues' : ('Message_queue_Control', '_Message_queue_Information'),
|
'classic/message_queues' : ('Message_queue_Control', '_Message_queue_Information'),
|
||||||
'classic/partitions' : ('Partition_Control', '_Partition_Information'),
|
'classic/partitions' : ('Partition_Control', '_Partition_Information'),
|
||||||
|
Reference in New Issue
Block a user