DMA issue to be tested
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: COM_MNG_TMTC.h
- Revision:
- 25:60964ad4f13b
- Parent:
- 19:27e5f2edaf26
- Child:
- 34:f0b518523381
--- a/COM_MNG_TMTC.h Fri Jan 01 16:49:16 2016 +0000 +++ b/COM_MNG_TMTC.h Sat Jan 02 05:43:22 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;\