I2C code testing

Dependencies:   FreescaleIAP SimpleDMA mbed-rtos mbed

Fork of COM_MNG_TMTC_SIMPLE_pl123 by Siva ram

Revision:
86:a26f5f22631d
Parent:
84:b0f7a241ddf3
Child:
95:42d6747900cb
--- a/COM_SND_TM.h	Wed Jan 20 15:00:28 2016 +0000
+++ b/COM_SND_TM.h	Wed Jan 20 16:40:28 2016 +0000
@@ -1,7 +1,7 @@
 //void adf_not_SDcard();
  
 //~ #include"SDcard.h"
-#define T_frames 30
+/*#define T_frames 30
 unsigned char buffer_112_counter,sent_tm = 0;
 int disk_read(uint8_t *, uint64_t),j;
 bool new_session = true;
@@ -18,7 +18,7 @@
 uint64_t  block_counter = 0;
 unsigned char buffer_512[512], buffer_112[112],counter_in_S_frame=0,counter_in_SCH=0;
 unsigned char make_EOS_flag = true;
-bool reset = false; 
+bool reset = false; */
  
  
  
@@ -49,7 +49,7 @@
     }\
 }
  
-void send_tm_from_SD_card(){} 
+//void send_tm_from_SD_card(){} 
  
 class SND_TM{