lkdsnf;
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of COM_MNG_TMTC_SIMPLE_PL_Working by
Diff: COM_MNG_TMTC.h
- Revision:
- 60:768056b558b2
- Parent:
- 57:bf998cb2a104
--- a/COM_MNG_TMTC.h Fri Jan 15 08:59:09 2016 +0000 +++ b/COM_MNG_TMTC.h Fri Jan 15 11:54:40 2016 +0000 @@ -10,8 +10,6 @@ //added RLY_TMTC function //added included related files -#define print_in_snd_tm 1 - #include "pinconfig.h" #include "i2c.h" #include "Flash.h" @@ -1230,6 +1228,7 @@ }\ obosc_tm_current = obosc_tm_current->next_TM;\ }\ + /*Send OBOSC TM to GS;*/\ /*snd_tm.head_pointer(obosc_tm_head);*/\ /*adf_not_SDcard();*/\ /*DELETE THE TM AFTER USE*/\ @@ -1303,6 +1302,7 @@ }\ tm_ptr = tm_ptr->next_TM;\ }\ + /*Send Blank TM to GS*/\ /*snd_tm.head_pointer(tm_ptr_head);*/\ /*DELETE THE TM AFTER USE*/\ tm_ptr = tm_ptr_head;\ @@ -1543,6 +1543,7 @@ tm_ptr = tm_ptr->next_TM;\ }\ /*SEND DATA TO GS*/\ + /*SD_CARD telemetry*/\ /*snd_tm.head_pointer(tm_ptr_head);*/\ /*adf_SDcard();*/\ /*DELETE THE TM AFTER USE*/\