connectors/LPC/LPCAppProto.py
changeset 570 46abd6b2f639
parent 563 c74a37d156df
child 571 427bf9130d12
--- a/connectors/LPC/LPCAppProto.py	Thu Feb 03 18:20:47 2011 +0100
+++ b/connectors/LPC/LPCAppProto.py	Thu Feb 03 18:23:24 2011 +0100
@@ -65,7 +65,8 @@
 
 class IDLETransaction(LPCAppTransaction):
     def __init__(self):
-        LPCAppTransaction.__init__(self, 0x00)
+        LPCAppTransaction.__init__(self, 0x07)
+    ExchangeData = LPCAppTransaction.GetData
 
 class STARTTransaction(LPCAppTransaction):
     def __init__(self):