CDMS code for testing sbc
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: COM_MNG_TMTC.h
- Revision:
- 61:15a5dfe84945
- Parent:
- 59:29a37f943ba6
- Child:
- 64:e4baf8797f41
- Child:
- 65:26902a48c4e2
diff -r 29a37f943ba6 -r 15a5dfe84945 COM_MNG_TMTC.h --- a/COM_MNG_TMTC.h Fri Jan 15 10:01:45 2016 +0000 +++ b/COM_MNG_TMTC.h Fri Jan 15 13:51:47 2016 +0000 @@ -1228,8 +1228,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;\ @@ -1301,8 +1301,8 @@ }\ tm_ptr = tm_ptr->next_TM;\ }\ - 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;\ int overflowCountExecute = 0;\