
Compression code changed and RLY_TMTC pointers managed
Dependencies: FreescaleIAP SimpleDMA mbed-rtos mbed
Fork of CDMS_CODE by
Diff: adf.h
- Revision:
- 96:4ca92f9775e0
- Parent:
- 95:42d6747900cb
- Child:
- 108:2efd0974d40b
- Child:
- 126:b7c024b5632d
- Child:
- 133:56d37aa8a011
- Child:
- 139:1018e1dc82e9
--- a/adf.h Mon Jan 25 06:22:29 2016 +0000 +++ b/adf.h Mon Jan 25 13:10:43 2016 +0000 @@ -292,7 +292,7 @@ /*gPC.puts("initial adf check\r\n");*/\ initiate;\ /*gPC.puts("adf configured\r\n");*/\ - gLEDR = !gLEDR;\ + /*gLEDR = !gLEDR;*/\ } #define transmit_adf {\ @@ -313,11 +313,13 @@ SPI_mutex.unlock();\ loop_on = false;\ gPC.puts("Transmission done\r\n");\ + gLEDR = 1;\ }\ else{\ ADF_off = true;\ }\ - }else{\ + }else{\ + gLEDR = !gLEDR;\ write_data;\ if(sent_tmfrom_SDcard)\ send_tm_from_SD_card_fun();\