Halt and resume standard commands.
[goodfet] / client / GoodFET.py
index bb6741a..077ee75 100755 (executable)
@@ -289,6 +289,10 @@ class GoodFET:
         return;
     def status(self):
         return;
+    def halt(self):
+        return;
+    def resume(self):
+        return;
     def flash(self,file):
         """Flash an intel hex file to code memory."""
         print "Flash not implemented.";