Changes: bbram Checking Function Registers Checking Funcrtion Indivisual Register checking Functions
Dependencies: FreescaleIAP mbed-rtos mbed
Fork of COM_MNG_TMTC_SIMPLE by
Diff: COM_POWER_ON_TX.h
- Revision:
- 34:f0b518523381
- Parent:
- 28:cd3212fe5643
diff -r 8f5a4ce4ba4a -r f0b518523381 COM_POWER_ON_TX.h --- a/COM_POWER_ON_TX.h Wed Jan 06 14:52:12 2016 +0000 +++ b/COM_POWER_ON_TX.h Wed Jan 06 21:23:42 2016 +0000 @@ -71,7 +71,6 @@ }\ get_tc_list(power_on_tm->next_TM, 0x00);\ power_on_tm = power_on_tm_head;\ - gPC.printf("\n");\ while(power_on_tm != NULL){\ int length = TM_SHORT_SIZE;\ if( GETshort_or_long_tm(power_on_tm->fields) == SHORT_TM_CODE ){\ @@ -80,14 +79,12 @@ else{\ length = TM_LONG_SIZE;\ }\ + /*gPC.puts("Printing Call Sign, ACK_L1, TC_LIST inside COM_POWER_ON\r\n");*/\ for(int i = 0 ; i < length ; ++i){\ - gPC.printf("0x%X,",power_on_tm->TM_string[i]);\ + gPC.putc(power_on_tm->TM_string[i]);\ }\ power_on_tm = power_on_tm->next_TM;\ }\ - gPC.printf("\n");\ - 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;\