I2C code testing

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by Siva ram

Revision:
114:9fb55057b13f
Parent:
100:484a687431cc
Child:
126:b7c024b5632d
--- a/Compression.h	Fri Feb 05 11:58:07 2016 +0000
+++ b/Compression.h	Fri Feb 05 15:37:09 2016 +0000
@@ -311,7 +311,7 @@
                     }    
                     gPC.puts("frame ends\r\n");
                 }
-                /*exor(frames[id]);*/
+                exor(frames[id]);
                 convolution(frames[id]);
                 interleave(TM_convoluted_data,TM_interleave_data);
                 interleave(TM_convoluted_data+ 135,TM_interleave_data + 144);