publishing to check changes in cdms code
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE_samp_23SEP_DMA_flag by
Diff: COM_MNG_TMTC.h
- Revision:
- 19:27e5f2edaf26
- Parent:
- 16:538de1b20b3a
- Child:
- 25:60964ad4f13b
diff -r 538de1b20b3a -r 27e5f2edaf26 COM_MNG_TMTC.h --- a/COM_MNG_TMTC.h Thu Dec 31 18:35:59 2015 +0000 +++ b/COM_MNG_TMTC.h Fri Jan 01 08:55:38 2016 +0000 @@ -612,8 +612,8 @@ }\ obosc_tm_current = obosc_tm_current->next_TM;\ }\ - /*snd_tm.head_pointer(obosc_tm_head);*/\ - /*adf_not_SDcard();*/\ + snd_tm.head_pointer(obosc_tm_head);\ + adf_not_SDcard;\ /*DELETE THE TM AFTER USE*/\ obosc_tm_current = obosc_tm_head;\ int overCount = 0;\ @@ -745,8 +745,8 @@ tm_ptr = tm_ptr->next_TM;\ }\ /*SEND DATA TO GS*/\ - /*snd_tm.head_pointer(tm_ptr_head);*/\ - /*adf_not_SDcard();*/\ + snd_tm.head_pointer(tm_ptr_head);\ + adf_not_SDcard;\ /*DELETE THE TM AFTER USE*/\ tm_ptr = tm_ptr_head;\ overflowCountExecute = 0;\