lpcmanager

Fixed bug in RESET_LOGCOUNTERS transaction

2013-05-06, Laurent Bessard
6676b16ba2cc
Parents 460ddef0529e
Children 766ae7ffcb38
Fixed bug in RESET_LOGCOUNTERS transaction
--- a/LPCconnector/LPCAppProto.py Mon May 06 16:01:38 2013 +0200
+++ b/LPCconnector/LPCAppProto.py Mon May 06 16:32:27 2013 +0200
@@ -113,7 +113,6 @@
class RESET_LOGCOUNTSTransaction(LPCAppTransaction):
def __init__(self):
LPCAppTransaction.__init__(self, 0x0D)
- ExchangeData = LPCAppTransaction.GetData
if __name__ == "__main__":
__builtins__.BMZ_DBG = True