jnlj

Dependencies:   mbed-rtos mbed

Fork of TFOX_CDMS_VR_1_0_WORKING by Team Fox

Revision:
7:4f17f1afe95e
Parent:
0:d6e3d1e21484
--- a/TC.h	Tue Jun 16 16:16:12 2015 +0000
+++ b/TC.h	Tue Jun 16 20:14:03 2015 +0000
@@ -1,4 +1,5 @@
-uint8_t telemetry_type2[13],telemetry_type1[130];      //two types of telemetry possible
+uint8_t telemetry_type2[13];
+uint8_t telemetry_type1[130];      //two types of telemetry possible
 uint8_t long_memory_block_tm[128],crc_tm[2];   //  tmlmb
 uint8_t frmseqcnt_fileheadpointer_tm,multi_obsrs_tm_packets[127]; // tm obsrs
 uint8_t tc_liservice_type_packet1_tm[9],tc_liservice_type_packet2_tm[9]; // tm tc_liservice_type 
@@ -9,4 +10,4 @@
 uint8_t tmid4_spr_tm=0xD0,func_mngmt_service_tm[8]; // tm func_mngmt_service_tm
 uint8_t apid_size,pac_seq_cnt,apid,long_or_short=1,service_type,sub_service_type; //All variable used TC 
 uint8_t sd_data[512],sd_read_data[512];
-int TM_SD_BLOCK_NUMBER = 1;
\ No newline at end of file
+int TM_SD_BLOCK_NUMBER = 1;uint8_t rtc_tc_data[8];
\ No newline at end of file