
Repository for CDMS code
Dependencies: SimpleDMA mbed-rtos mbed eeprom
Fork of COM_MNG_TMTC_SIMPLE by
Diff: adf.h
- Revision:
- 145:fb800fecf128
- Parent:
- 132:d4a4461214ad
--- a/adf.h Thu Mar 10 15:26:50 2016 +0000 +++ b/adf.h Sat Apr 02 11:54:50 2016 +0000 @@ -215,8 +215,6 @@ spi.write(0x20);\ for(unsigned char i=0; i<112;i++){\ spi.write(buffer_112[i]);\ - if(bypass_adf == 1)\ - gPC.putc(buffer_112[i]);\ }\ }\ else{\ @@ -224,8 +222,6 @@ spi.write(0x90);\ for(unsigned char i=0; i<112;i++){\ spi.write(buffer_112[i]);\ - if(bypass_adf == 1)\ - gPC.putc(buffer_112[i]);\ }\ }\ gCS_ADF=1;\