FM

Dependencies:   SimpleDMA eeprom mbed-rtos mbed FreescaleIAP

Fork of CDMS_CODE by shubham c

Files at this revision

API Documentation at this revision

Comitter:
ee12b079
Date:
Sun Dec 04 12:42:50 2016 +0000
Parent:
303:b49b486a7107
Commit message:
Uncommented transmit ackL1 and callsign before TC executions

Changed in this revision

COM_MNG_TMTC.h Show annotated file Show diff for this revision Revisions of this file
COM_POWER_ON_TX.h Show annotated file Show diff for this revision Revisions of this file
--- a/COM_MNG_TMTC.h	Mon Sep 05 11:25:33 2016 +0000
+++ b/COM_MNG_TMTC.h	Sun Dec 04 12:42:50 2016 +0000
@@ -1360,8 +1360,8 @@
         }\
         obosc_tm_current->next_TM = obosc_tm;\
         /*Sending OBOSC TM to GS*/\
-        /*snd_tm.head_pointer(obosc_tm_head);*/\
-        /*transmit_adf;*/\
+        snd_tm.head_pointer(obosc_tm_head);\
+        transmit_adf;\
         /*DELETE THE TM AFTER USE*/\
         obosc_tm_current = obosc_tm_head;\
         int overCount = 0;\
--- a/COM_POWER_ON_TX.h	Mon Sep 05 11:25:33 2016 +0000
+++ b/COM_POWER_ON_TX.h	Sun Dec 04 12:42:50 2016 +0000
@@ -250,8 +250,8 @@
         }
         get_tc_list(power_on_tm->next_TM, 0x00);
         /*Call Sign, ACK_L1, TC_LIST*/
-        /*snd_tm.head_pointer(power_on_tm_head);*/
-        /*transmit_adf;*/
+        snd_tm.head_pointer(power_on_tm_head);
+        transmit_adf;
         uint8_t transmissionPass = 0xFF;
         /*PENDING: get acknowledgement of transmission*/
         /*deleting the telemetry*/