mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-19 16:56:56 +08:00
Fix Task and state printer bugs.
- Removed ITRON api objects in thread control - fixes #1
This commit is contained in:

committed by
Chris Johns

parent
e282b6efcb
commit
e60a5eec0b
@@ -145,12 +145,6 @@ class control:
|
||||
def real_priority(self):
|
||||
return self.ctrl['real_priority']
|
||||
|
||||
def suspends(self):
|
||||
return self.ctrl['suspend_count']
|
||||
|
||||
def post_task_switch_ext(self):
|
||||
return self.ctrl['do_post_task_switch_extension']
|
||||
|
||||
def preemptible(self):
|
||||
return self.ctrl['is_preemptible']
|
||||
|
||||
|
Reference in New Issue
Block a user