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:
- 71:9193fbdaa3e1
- Parent:
- 58:5c59f28620bc
diff -r 5c59f28620bc -r 9193fbdaa3e1 COM_MNG_TMTC.h --- a/COM_MNG_TMTC.h Fri Jan 15 12:02:12 2016 +0000 +++ b/COM_MNG_TMTC.h Tue Jan 19 10:30:46 2016 +0000 @@ -1411,13 +1411,14 @@ delete_all_tm(tm_ptr_head);\ }\ else{\ - /*gPC.printf("sd card at %u\r\n", execute_psc);*/\ + gPC.printf("sd card at %u\r\n", execute_psc);\ /*EXECUTION OF SD-CARD DATA SENDING (OBSRS)*/\ Base_tm *tm_ptr_head = NULL;\ get_call_sign(tm_ptr_head);\ Base_tm *put_tm_here = NULL;\ /*execute_obsrs(current_TC, put_tm_here)*/\ - /*read_TC(current_TC);*/\ + execute_OBSRS_TC(current_TC);\ + /*adf_SND_SDCard;*/\ uint8_t tempExec = TC_STATE_SUCCESSFULLY_EXECUTED;\ PUTexec_status(current_TC, tempExec);\ /*PENDING: ABORT ON NACK CHECK, gMASTER_STATE VERIFICATION WITH SD CARD,PA hot and session timeout, last executed ack l234*/\