(no commit message)
authorLolitech
Fri, 04 Jun 2010 15:16:23 +0200
changeset 558 e7ce2b3f1d5d
parent 557 b155ada1c14a
child 559 0f5544587037
(no commit message)
connectors/LPC/LPCAppObject.py
--- a/connectors/LPC/LPCAppObject.py	Fri Jun 04 15:11:27 2010 +0200
+++ b/connectors/LPC/LPCAppObject.py	Fri Jun 04 15:16:23 2010 +0200
@@ -49,6 +49,7 @@
             
     def StopPLC(self):
         self.HandleSerialTransaction(STOPTransaction())
+        return True
 
     def ResetPLC(self):
         self.HandleSerialTransaction(RESETTransaction())