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:
- 128:a232a4352664
- Parent:
- 126:b7c024b5632d
- Child:
- 132:d4a4461214ad
--- a/adf.h Wed Feb 10 17:01:26 2016 +0000
+++ b/adf.h Fri Feb 26 13:29:33 2016 +0000
@@ -215,7 +215,8 @@
spi.write(0x20);\
for(unsigned char i=0; i<112;i++){\
spi.write(buffer_112[i]);\
- /*gPC.printf("0x%X,",spi.write(buffer_112[i]));*/\
+ if(bypass_adf == 1)\
+ gPC.putc(buffer_112[i]);\
}\
}\
else{\
@@ -223,7 +224,8 @@
spi.write(0x90);\
for(unsigned char i=0; i<112;i++){\
spi.write(buffer_112[i]);\
- /*gPC.printf("0x%X,",spi.write(buffer_112[i]));*/\
+ if(bypass_adf == 1)\
+ gPC.putc(buffer_112[i]);\
}\
}\
gCS_ADF=1;\
