# HG changeset patch
# User Edouqrd Tisserant <edouard.tisserant@gmail.com>
# Date 1296753804 -3600
# Node ID 46abd6b2f639c8837577168cfa222ffed76b9c46
# Parent  37af7286dd650d071569550b89efb90775f39fa4
LPC application mode IDLE comamnd is now the same as PLCID (0x07)

diff -r 37af7286dd65 -r 46abd6b2f639 connectors/LPC/LPCAppProto.py
--- 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):