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:
- 25:60964ad4f13b
- Parent:
- 20:0e856afd1cf1
- Child:
- 28:cd3212fe5643
diff -r 0e856afd1cf1 -r 60964ad4f13b adf.h
--- a/adf.h Fri Jan 01 16:49:16 2016 +0000
+++ b/adf.h Sat Jan 02 05:43:22 2016 +0000
@@ -522,6 +522,7 @@
gPC.puts("initial adf check\r\n");\
initiate;\
gPC.puts("adf configured\r\n");\
+ gLEDR = !gLEDR;\
}
#define adf_not_SDcard {\
@@ -531,7 +532,6 @@
send_data;\
while(loop_on){\
wait_ms(COM_TX_TICKER_LIMIT);\
- gLEDG = 0;\
if(IRQ){\
if(finish_write_data){\
if(ADF_off){\
@@ -551,7 +551,6 @@
snd_tm.transmit_data(buffer_112,&last_buffer);\
}\
}\
- gLEDR = 1;\
}\
gPC.puts("after while loop\r\n");\
}
