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_POWER_ON_TX.h
- Revision:
- 18:f87a5b919d60
- Parent:
- 15:1c1ca992b43b
diff -r 1c1ca992b43b -r f87a5b919d60 COM_POWER_ON_TX.h
--- a/COM_POWER_ON_TX.h Thu Dec 31 13:14:59 2015 +0000
+++ b/COM_POWER_ON_TX.h Fri Jan 01 06:40:02 2016 +0000
@@ -71,7 +71,7 @@
}\
get_tc_list(power_on_tm->next_TM, 0x00);\
power_on_tm = power_on_tm_head;\
- while(power_on_tm != NULL){\
+ /*while(power_on_tm != NULL){\
int length = TM_SHORT_SIZE;\
if( GETshort_or_long_tm(power_on_tm->fields) == SHORT_TM_CODE ){\
length = TM_SHORT_SIZE;\
@@ -83,7 +83,9 @@
gPC.putc(power_on_tm->TM_string[i]);\
}\
power_on_tm = power_on_tm->next_TM;\
- }\
+ }*/\
+ snd_tm.head_pointer(power_on_tm_head);\
+ adf_not_SDcard();\
/*PENDING: TRANSMIT ABOVE TM*/\
/*deleting the telemetry*/\
power_on_tm = power_on_tm_head;\
