Add watchdog ticks command.

- ToDo : Fix watchdog states.
This commit is contained in:
Dhananjay Balan
2013-08-25 23:03:44 +05:30
committed by Chris Johns
parent 04d95ec2b2
commit a7176a8a7e
4 changed files with 43 additions and 8 deletions

View File

@@ -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