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 CDMS_CODE by
Diff: adf.h
- Revision:
- 141:b29541186a74
- Parent:
- 132:d4a4461214ad
--- a/adf.h Thu Mar 10 15:26:50 2016 +0000 +++ b/adf.h Tue Mar 29 08:32:29 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;\