mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-20 14:37:05 +08:00
Fix wdticks command
- Type is Chain_Control - chain.node.next -> null
This commit is contained in:

committed by
Chris Johns

parent
a4d0739522
commit
1fcff75505
@@ -14,6 +14,7 @@ class infotables:
|
||||
|
||||
tables_types = {
|
||||
'internal/time' : ('TOD_Control', '_TOD'),
|
||||
'internal/wdticks' : ('Chain_Control', '_Watchdog_Ticks_chain'),
|
||||
|
||||
'classic/tasks' : ('Thread_Control', '_RTEMS_tasks_Information'),
|
||||
'classic/timers' : ('Timer_Control', '_Timer_Information'),
|
||||
|
Reference in New Issue
Block a user