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: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Revision 316:dd699de634b7, committed 2016-12-04
- 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*/
