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 COM_MNG_TMTC_SIMPLE by
Diff: adf.h
- Revision:
- 96:4ca92f9775e0
- Parent:
- 95:42d6747900cb
- Child:
- 108:2efd0974d40b
- Child:
- 126:b7c024b5632d
- Child:
- 133:56d37aa8a011
--- 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();\
