Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: COM_MNG_TMTC.h
- Revision:
- 19:27e5f2edaf26
- Parent:
- 16:538de1b20b3a
- Child:
- 25:60964ad4f13b
--- 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;\
