Fixed bug in RESET_LOGCOUNTERS transaction
authorLaurent Bessard
Mon, 06 May 2013 16:32:27 +0200
changeset 48 76056645f265
parent 47 f860aa7e90e5
child 49 f340728940f6
Fixed bug in RESET_LOGCOUNTERS transaction
LPCconnector/LPCAppProto.py
--- 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