mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-19 13:39:10 +08:00
Add watchdog ticks command.
- ToDo : Fix watchdog states.
This commit is contained in:

committed by
Chris Johns

parent
04d95ec2b2
commit
a7176a8a7e
@@ -48,3 +48,6 @@ class control:
|
||||
def last(self):
|
||||
return node(self.ctrl['Tail']['Node'])
|
||||
|
||||
def empty(self):
|
||||
if self.last() == self.first().next():
|
||||
return True
|
||||
|
Reference in New Issue
Block a user